mirror of https://github.com/ARMmbed/mbed-os.git
Adding omitted definition for LED4. This is used as a STATUS LED.
parent
e0faeb2b65
commit
82a6f157b3
|
@ -309,6 +309,7 @@ typedef enum {
|
||||||
LED1 = PK_7, // Red LED
|
LED1 = PK_7, // Red LED
|
||||||
LED2 = PK_6, // Orange LED
|
LED2 = PK_6, // Orange LED
|
||||||
LED3 = PK_5, // Green LED
|
LED3 = PK_5, // Green LED
|
||||||
|
LED4 = PK_4,
|
||||||
LED_RED = LED1,
|
LED_RED = LED1,
|
||||||
LED_ORANGE = LED2,
|
LED_ORANGE = LED2,
|
||||||
LED_GREEN = LED3,
|
LED_GREEN = LED3,
|
||||||
|
|
Loading…
Reference in New Issue