mirror of
https://github.com/hathach/tinyusb.git
synced 2025-10-29 19:49:07 +00:00
Fix gpio clock
This commit is contained in:
parent
aacd73ba42
commit
231d4122ac
@ -37,7 +37,7 @@
|
||||
#define LED_PORT GPIOA
|
||||
#define LED_PIN GPIO_Pin_3
|
||||
#define LED_STATE_ON 0
|
||||
#define LED_CLOCK_EN() RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, ENABLE)
|
||||
#define LED_CLOCK_EN() RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE)
|
||||
|
||||
// TODO UART port
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user