CORE/main.c
@@ -1,6 +1,8 @@ #include "main.h" #include "gpio.h" #include "rcc_config.h" #include "project_test.h" int main(void) { @@ -9,11 +11,11 @@ UART_Init_test(); ALL_ADC_Init_Test(); Iic_Init_Test(); // ALL_GPIO_EXTI_test(); #if Debug_Model project_test_9();// ʱÖÓ¾«¶È²âÁ¿ project_test_7(); // Òº¾§ÏÔʾ ALL_GPIO_EXTI_test(); #if Debug_Model AppNvr_Print(); project_test_9(); project_test_7(); // Òº¾§ÏÔʾ #endif while (1) {