mirror of https://github.com/ARMmbed/mbed-os.git
[M487] Add LED4 to pass ATS
parent
280d767700
commit
ef50c180fc
|
|
@ -116,6 +116,7 @@ typedef enum {
|
||||||
LED1 = LED_RED,
|
LED1 = LED_RED,
|
||||||
LED2 = LED_YELLOW,
|
LED2 = LED_YELLOW,
|
||||||
LED3 = LED_GREEN,
|
LED3 = LED_GREEN,
|
||||||
|
LED4 = D0, // No real LED. Just for passing ATS.
|
||||||
// Button naming
|
// Button naming
|
||||||
SW2 = PC_10,
|
SW2 = PC_10,
|
||||||
SW3 = PC_9,
|
SW3 = PC_9,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue