Merge pull request #13325 from OpenNuvoton/nvt_m263_button

Nuvoton: Revise the pin name of M263A button
pull/13332/head
Martin Kojtal 2020-07-22 11:30:09 +01:00 committed by GitHub
commit efae4028d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ typedef enum {
LED_RED = LED1,
// Button naming
SW2 = PB_11,
SW3 = PB_11,
SW2 = PG_4,
SW3 = PG_4,
BUTTON1 = SW2,
BUTTON2 = SW3,