correct LED, button and uart for feather_stm32f405

This commit is contained in:
hathach
2019-11-09 00:08:32 +07:00
parent 3c49ff153e
commit 943b7467d8
4 changed files with 39 additions and 13 deletions

View File

@@ -43,9 +43,9 @@
#define UART_TX_PIN GPIO_PIN_9
#define UART_RX_PIN GPIO_PIN_10
UART_HandleTypeDef UartHandle;
// enable all LED, Button, Uart, USB clock
static void all_rcc_clk_enable(void)
{