summaryrefslogtreecommitdiff
path: root/firmware/drivers/led.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-09-01 21:02:51 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-09-01 21:02:51 +0200
commit5a4b6a5e6979fa034d537a803d43c04181a5ade7 (patch)
treebcbbe758c30c55e6b4e5b70faa8cf720f3fb7e34 /firmware/drivers/led.h
parente98d39ba86142ba17b608ebf2f2880940f5621c2 (diff)
Rename LED functions to be more in thread with the rest of the code.
Diffstat (limited to 'firmware/drivers/led.h')
-rw-r--r--firmware/drivers/led.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/drivers/led.h b/firmware/drivers/led.h
index 2c81474..d2af83f 100644
--- a/firmware/drivers/led.h
+++ b/firmware/drivers/led.h
@@ -27,9 +27,9 @@
#ifndef __PEDAL2METAL_LED_H__
#define __PEDAL2METAL_LED_H__
-void LED_Init();
-void LED_on();
-void LED_off();
-void LED_toggle();
+void led_init();
+void led_on();
+void led_off();
+void led_toggle();
#endif/*__PEDAL2METAL_LED_H__*/