File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,7 @@ void teardown_test(void) {
96
96
Serial1.println (" test: This should be printed" );
97
97
Serial1.flush ();
98
98
99
- log_i (" Finished %s test" , current_test.c_str ());
100
- Serial.println (" =========================================================================================" );
101
- delay (2000 );
99
+ log_d (" Finished %s test" , current_test.c_str ());
102
100
}
103
101
104
102
/* Test functions */
@@ -288,8 +286,8 @@ void setup() {
288
286
ledc_test ();
289
287
rmt_test ();
290
288
i2s_test ();
291
- spi_test ();
292
289
i2c_test ();
290
+ spi_test ();
293
291
adc_oneshot_test ();
294
292
adc_continuous_test ();
295
293
dac_test ();
@@ -298,3 +296,5 @@ void setup() {
298
296
// Print to Serial1 to avoid buffering issues
299
297
Serial1.println (" Peripheral Manager test done" );
300
298
}
299
+
300
+ void loop () {}
You can’t perform that action at this time.
0 commit comments