|
@@ -38,7 +38,7 @@ extern UINT32 Timer_count;
|
|
|
extern volatile bool Sleep_flag;
|
|
|
extern AppNVMDataType AppNVMData;
|
|
|
//全局变量输出区
|
|
|
-UartReadMsgType UartReadMsg;
|
|
|
+UartReadMsgType UartReadMsg={0};
|
|
|
osMutexId_t UartMutex = NULL;//Uart数据锁
|
|
|
QueueHandle_t UartWriteCmdHandle = NULL;
|
|
|
UINT8 BattChrgEndFlag;
|