forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

wujiazhi
2024-06-13 72def895431ad7a08e635b11f3da738e2b2c4618
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)
  {