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
---
CORE/main.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CORE/main.c b/CORE/main.c
index 3c94f61..5f6f615 100644
--- a/CORE/main.c
+++ b/CORE/main.c
@@ -2,6 +2,7 @@
#include "rcc_config.h"
#include "project_test.h"
+
int main(void)
{
System_power_on_init();
@@ -10,9 +11,9 @@
ALL_ADC_Init_Test();
Iic_Init_Test();
// ALL_GPIO_EXTI_test();
-#if Debug_Model
+#if Debug_Model
AppNvr_Print();
- project_test_9();
+ project_test_9();// ʱ�Ӿ��Ȳ���
project_test_7(); // Һ����ʾ
#endif
while (1)
--
Gitblit v1.9.3