From 65062d0d5b21f838aa0043a15ce54cfab8d72c43 Mon Sep 17 00:00:00 2001 From: wujiazhi <1147861305@qq.com> Date: Tue, 11 Jun 2024 14:23:53 +0800 Subject: [PATCH] 1.Fixed communication failure between MCU and wireless module 2.Fix the wrong judgment of alkaline lithium power --- Function/GPRS/gprs_module_api.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Function/GPRS/gprs_module_api.h b/Function/GPRS/gprs_module_api.h index 4a2aec2..723072c 100644 --- a/Function/GPRS/gprs_module_api.h +++ b/Function/GPRS/gprs_module_api.h @@ -108,7 +108,7 @@ extern GPRS_MODULE_PARA_T gprs_module_para_g; -ErrorStatus_STM32 Gprs_Uart1_Rx_DMA_CH5_Check(void); +ErrorStatus_STM32 Gprs_Uart1_Rx_DMA_CH3_Check(void); void Gprs_Send_ATcmd(char *pAT_cmd); void Gprs_Module_SendLogin(GPRS_AT_CMD module_state, uint8_t used_ip[4], uint16_t used_port); -- Gitblit v1.9.3