Skip to content

Commit 811ddcc

Browse files
committed
stm32/led: Remove unused LED enum constants.
1 parent 6906255 commit 811ddcc

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

ports/stm32/led.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,10 @@
2727
#define MICROPY_INCLUDED_STMHAL_LED_H
2828

2929
typedef enum {
30-
// PYBv3
31-
PYB_LED_R1 = 1,
32-
PYB_LED_R2 = 2,
33-
PYB_LED_G1 = 3,
34-
PYB_LED_G2 = 4,
35-
// PYBv4
3630
PYB_LED_RED = 1,
3731
PYB_LED_GREEN = 2,
3832
PYB_LED_YELLOW = 3,
3933
PYB_LED_BLUE = 4,
40-
//STM32F4DISC
41-
PYB_LED_R = 1,
42-
PYB_LED_G = 2,
43-
PYB_LED_B = 3,
44-
PYB_LED_O = 4,
4534
} pyb_led_t;
4635

4736
void led_init(void);

0 commit comments

Comments
 (0)