Fix button naming error

pull/3467/head
ccli8 2016-11-23 14:35:09 +08:00 committed by Anna Bridge
parent c0e59ab9d2
commit e1899bc111
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;