From 5d84103c6d2c20e10d9ab0318b1050d7d63d9149 Mon Sep 17 00:00:00 2001 From: Supowang <54426333+Supowang1989@users.noreply.github.com> Date: Fri, 31 Jul 2020 15:35:59 +0800 Subject: [PATCH] Update app_system.c --- board/RHF0M0E5_STM32WLE5xx/KEIL/lorawan/App/app_system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/RHF0M0E5_STM32WLE5xx/KEIL/lorawan/App/app_system.c b/board/RHF0M0E5_STM32WLE5xx/KEIL/lorawan/App/app_system.c index e6da26ac..f5f2f54d 100644 --- a/board/RHF0M0E5_STM32WLE5xx/KEIL/lorawan/App/app_system.c +++ b/board/RHF0M0E5_STM32WLE5xx/KEIL/lorawan/App/app_system.c @@ -34,7 +34,7 @@ void SystemApp_Init(void) vcom_Init(NULL); - MX_USART2_UART_Init(); + //MX_USART2_UART_Init(); /*Initialize the temperature and Battery measurement services */ SYS_InitMeasurement();