mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-07 17:25:28 +00:00
fix typo
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#define LED_STATE_ON 1
|
||||
|
||||
#define BUTTON_PORT GPIOA
|
||||
#define BUTTON_PIN GPIO_PIN_0
|
||||
#define BUTTON_PIN GPIO_Pin_0
|
||||
#define BUTTON_STATE_ACTIVE 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user