summaryrefslogtreecommitdiff
path: root/firmware/drivers/led.h
diff options
context:
space:
mode:
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__*/