We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacd73b commit 231d412Copy full SHA for 231d412
hw/bsp/ch32v30x/boards/nanoch32v305/board.h
@@ -37,7 +37,7 @@
37
#define LED_PORT GPIOA
38
#define LED_PIN GPIO_Pin_3
39
#define LED_STATE_ON 0
40
-#define LED_CLOCK_EN() RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, ENABLE)
+#define LED_CLOCK_EN() RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE)
41
42
// TODO UART port
43
0 commit comments