Change SW2/SW3 to SW1/SW2 to match target board

pull/5355/head
ccli8 2017-09-13 14:51:18 +08:00 committed by adbridge
parent 901fcba462
commit f86f651226
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ typedef enum {
LED_GREEN = LED1,
LED_YELLOW = LED2,
// Button naming
SW2 = PE_5,
SW3 = PE_6,
SW1 = PE_5,
SW2 = PE_6,
} PinName;