From 5937444d8c50fd85f603fae272f46bf10679fe28 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 04 Apr 2023 23:44:06 +0800 Subject: [PATCH] update test case sequence --- Production/ISKBoard_QCTester/Core/Src/main.c | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Production/ISKBoard_QCTester/Core/Src/main.c b/Production/ISKBoard_QCTester/Core/Src/main.c index cbd65e1..4d2e375 100644 --- a/Production/ISKBoard_QCTester/Core/Src/main.c +++ b/Production/ISKBoard_QCTester/Core/Src/main.c @@ -145,6 +145,9 @@ test_beep(); test_relay(); + test_spiflash(); + test_rtc(); + test_mikrobus(); /* USER CODE END 2 */ @@ -152,21 +155,16 @@ /* USER CODE BEGIN WHILE */ while (1) { - test_mikrobus(); - - test_spiflash(); - test_rtc(); - test_wifi(); - + test_led(); test_adc(); test_ds18b20(); test_sht20(); + test_wifi(); + test_usart3(); test_can(); test_rs485(); - - test_led(); /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */ -- Gitblit v1.9.1