mirror of https://github.com/ARMmbed/mbed-os.git
[NANO130] Change SW2/SW3 to SW1/SW2 to match target board
parent
443d18a18c
commit
c4c902289f
|
@ -118,8 +118,8 @@ typedef enum {
|
||||||
LED_GREEN = LED1,
|
LED_GREEN = LED1,
|
||||||
LED_YELLOW = LED2,
|
LED_YELLOW = LED2,
|
||||||
// Button naming
|
// Button naming
|
||||||
SW2 = PE_5,
|
SW1 = PE_5,
|
||||||
SW3 = PE_6,
|
SW2 = PE_6,
|
||||||
|
|
||||||
} PinName;
|
} PinName;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue