Skip to content

Commit 7bcabf7

Browse files
committed
STM32 16 bits tickers: remove unused prototype
Since rework, this prototype is not needed anymore.
1 parent 27be2e1 commit 7bcabf7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

targets/TARGET_STM/hal_tick_16b.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ extern volatile uint32_t oc_int_part;
2828
volatile uint32_t PreviousVal = 0;
2929

3030
void us_ticker_irq_handler(void);
31-
void set_compare(uint16_t count);
32-
3331

3432
#if defined(TARGET_STM32F0)
3533
void timer_update_irq_handler(void) {

0 commit comments

Comments
 (0)