Fix STM32 HW Serial + EP compile (#19990)

This commit is contained in:
Victor Oliveira
2020-11-01 23:38:10 -03:00
committed by GitHub
parent 5deca5a18f
commit e7ebb66200
3 changed files with 10 additions and 3 deletions

View File

@@ -184,3 +184,4 @@ void flashFirmware(const int16_t);
typedef void (*systickCallback_t)(void);
void systick_attach_callback(systickCallback_t cb);
void HAL_SYSTICK_Callback();
extern volatile uint32_t systick_uptime_millis;