summaryrefslogtreecommitdiffstatshomepage
path: root/stm/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm/led.h')
-rw-r--r--stm/led.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/stm/led.h b/stm/led.h
index e6d0c30bca..fcbfa17634 100644
--- a/stm/led.h
+++ b/stm/led.h
@@ -3,6 +3,11 @@ typedef enum {
PYB_LED_R2 = 1,
PYB_LED_G1 = 2,
PYB_LED_G2 = 3,
+ //STM32F4DISC
+ PYB_LED_R = 0,
+ PYB_LED_G = 1,
+ PYB_LED_B = 2,
+ PYB_LED_O = 3,
} pyb_led_t;
void led_init(void);