Fixed typos

pull/4278/head
Kevin Gilbert 2017-05-02 13:16:14 -05:00 committed by adbridge
parent e52f649555
commit 5fb0d56d76
2 changed files with 3 additions and 4 deletions

View File

@ -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,

View File

@ -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,