From 72def895431ad7a08e635b11f3da738e2b2c4618 Mon Sep 17 00:00:00 2001
From: wujiazhi <1147861305@qq.com>
Date: Thu, 13 Jun 2024 11:31:04 +0800
Subject: [PATCH] add lower model test
---
CORE/main.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/CORE/main.c b/CORE/main.c
index 5f6f615..2081a69 100644
--- a/CORE/main.c
+++ b/CORE/main.c
@@ -1,4 +1,5 @@
#include "main.h"
+#include "gpio.h"
#include "rcc_config.h"
#include "project_test.h"
@@ -10,11 +11,11 @@
UART_Init_test();
ALL_ADC_Init_Test();
Iic_Init_Test();
- // ALL_GPIO_EXTI_test();
+ project_test_9();// ʱ�Ӿ��Ȳ���
+ project_test_7(); // Һ����ʾ
+ ALL_GPIO_EXTI_test();
#if Debug_Model
AppNvr_Print();
- project_test_9();// ʱ�Ӿ��Ȳ���
- project_test_7(); // Һ����ʾ
#endif
while (1)
{
--
Gitblit v1.9.3