From 809b705559a51cac8cd301dbbe7e133e8607fbf6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2015 08:47:30 +0100 Subject: change led code, and print something out --- app/prototypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'app/prototypes.h') diff --git a/app/prototypes.h b/app/prototypes.h index 2e0163c..2b91b5d 100644 --- a/app/prototypes.h +++ b/app/prototypes.h @@ -32,6 +32,7 @@ extern void lcd_shutdown(void); /* led.c */ extern void led_init(void); extern void led_clear(void); +extern void led_flash(uint32_t v); extern void led_set(uint32_t v); extern void led_tick(void); /* main.c */ -- cgit v1.2.3