mirror of https://github.com/ARMmbed/mbed-os.git
Fixed typos
parent
e52f649555
commit
5fb0d56d76
|
@ -133,9 +133,8 @@ typedef enum {
|
|||
SW2 = GPIO10, /*NEW connection on NCS36510-RF Rev 1.1 */
|
||||
|
||||
// Standardized button names
|
||||
BUTTON1 = USER_BUTTON,
|
||||
BUTTON2 = SW1,
|
||||
BUTTON3 = SW2,
|
||||
BUTTON1 = SW1,
|
||||
BUTTON2 = SW2,
|
||||
|
||||
SERIAL_TX = GPIO0,
|
||||
SERIAL_RX = GPIO1,
|
||||
|
|
|
@ -145,7 +145,7 @@ typedef enum {
|
|||
// Standardized button names
|
||||
BUTTON1 = USER_BUTTON,
|
||||
BUTTON2 = JOYSTICK_LEFT,
|
||||
BUTTON3 = JOYSTICK_RIGH,
|
||||
BUTTON3 = JOYSTICK_RIGHT,
|
||||
BUTTON4 = JOYSTICK_UP,
|
||||
BUTTON5 = JOYSTICK_DOWN,
|
||||
|
||||
|
|
Loading…
Reference in New Issue