mirror of https://github.com/ARMmbed/mbed-os.git
[M453] Fix button naming error
parent
d24c71fad9
commit
137053343e
|
@ -101,8 +101,8 @@ typedef enum {
|
||||||
LED_GREEN = LED3,
|
LED_GREEN = LED3,
|
||||||
LED_BLUE = LED1,
|
LED_BLUE = LED1,
|
||||||
// Button naming
|
// Button naming
|
||||||
SW1 = PA_15,
|
SW2 = PA_15,
|
||||||
SW2 = PA_14,
|
SW3 = PA_14,
|
||||||
|
|
||||||
} PinName;
|
} PinName;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue