STM32 16 bits tickers: remove unused prototype

Since rework, this prototype is not needed anymore.
pull/4424/head
Laurent MEUNIER 2017-06-02 09:33:02 +02:00
parent 27be2e1884
commit 7bcabf7cc0
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ extern volatile uint32_t oc_int_part;
volatile uint32_t PreviousVal = 0;
void us_ticker_irq_handler(void);
void set_compare(uint16_t count);
#if defined(TARGET_STM32F0)
void timer_update_irq_handler(void) {