[NANO130] Change SW2/SW3 to SW1/SW2 to match target board

pull/5157/head
ccli8 2017-09-13 14:51:18 +08:00
parent 443d18a18c
commit c4c902289f
1 changed files with 2 additions and 2 deletions

View File

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