mirror of https://github.com/ARMmbed/mbed-os.git
parent
355b4336d6
commit
7a60b35d52
|
@ -118,7 +118,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.
|
LED4 = LED1, // 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