add stm32 nucleo lora pack support

add stm32 nucleo lora  pack support
This commit is contained in:
supowang
2019-10-18 16:20:42 +08:00
parent 0ee0a7e2ae
commit 32416ce02d
14 changed files with 2224 additions and 30 deletions

View File

@@ -32,6 +32,7 @@ void board_init(void)
HAL_Init();
SystemClock_Config();
MX_GPIO_Init();
//MX_USART1_UART_Init();
MX_USART2_UART_Init();
}