[M453] Fix button naming error

pull/3309/head
ccli8 2016-11-23 14:35:09 +08:00
parent d24c71fad9
commit 137053343e
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ typedef enum {
LED_GREEN = LED3, LED_GREEN = LED3,
LED_BLUE = LED1, LED_BLUE = LED1,
// Button naming // Button naming
SW1 = PA_15, SW2 = PA_15,
SW2 = PA_14, SW3 = PA_14,
} PinName; } PinName;