summaryrefslogtreecommitdiffstats
path: root/stm32/app/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm32/app/prototypes.h')
-rw-r--r--stm32/app/prototypes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/stm32/app/prototypes.h b/stm32/app/prototypes.h
index 751ba25..18106bc 100644
--- a/stm32/app/prototypes.h
+++ b/stm32/app/prototypes.h
@@ -31,7 +31,6 @@ extern int _write(int file, char *ptr, int len);
extern void usart_init(void);
/* ticker.c */
extern volatile uint32_t ticks;
-extern unsigned led2;
extern void delay_us(uint32_t d);
extern void sys_tick_handler(void);
extern void ticker_init(void);
@@ -79,3 +78,6 @@ extern void hands_tick(void);
/* motor.c */
extern void motor_tick(void);
extern void motor_init(void);
+/* leds.c */
+extern void led_tick(void);
+extern void leds_init(void);