STM32 16 bits tickers: remove unused prototype

Since rework, this prototype is not needed anymore.
pull/4521/head
Laurent MEUNIER 2017-06-02 09:33:02 +02:00 committed by adbridge
parent 3972a34abc
commit 1d89537610
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) {