mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-23 08:42:29 +00:00
Change LED_STATE_ON to 0 for f401 and f411 blackpill boards
This commit is contained in:
parent
9f925bc900
commit
70c89da7ba
@ -34,7 +34,7 @@
|
|||||||
// LED
|
// LED
|
||||||
#define LED_PORT GPIOC
|
#define LED_PORT GPIOC
|
||||||
#define LED_PIN GPIO_PIN_13
|
#define LED_PIN GPIO_PIN_13
|
||||||
#define LED_STATE_ON 1
|
#define LED_STATE_ON 0
|
||||||
|
|
||||||
// Button
|
// Button
|
||||||
#define BUTTON_PORT GPIOA
|
#define BUTTON_PORT GPIOA
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
// LED
|
// LED
|
||||||
#define LED_PORT GPIOC
|
#define LED_PORT GPIOC
|
||||||
#define LED_PIN GPIO_PIN_13
|
#define LED_PIN GPIO_PIN_13
|
||||||
#define LED_STATE_ON 1
|
#define LED_STATE_ON 0
|
||||||
|
|
||||||
// Button
|
// Button
|
||||||
#define BUTTON_PORT GPIOA
|
#define BUTTON_PORT GPIOA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user