Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb7b967

Browse files
authoredOct 26, 2024··
fix(ci): minimal changes
1 parent 6e5baf1 commit cb7b967

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎tests/validation/periman/periman.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ void teardown_test(void) {
9696
Serial1.println(" test: This should be printed");
9797
Serial1.flush();
9898

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());
102100
}
103101

104102
/* Test functions */
@@ -288,8 +286,8 @@ void setup() {
288286
ledc_test();
289287
rmt_test();
290288
i2s_test();
291-
spi_test();
292289
i2c_test();
290+
spi_test();
293291
adc_oneshot_test();
294292
adc_continuous_test();
295293
dac_test();
@@ -298,3 +296,5 @@ void setup() {
298296
// Print to Serial1 to avoid buffering issues
299297
Serial1.println("Peripheral Manager test done");
300298
}
299+
300+
void loop() {}

0 commit comments

Comments
 (0)
Please sign in to comment.