Skip to content

Commit

Permalink
fix: run_test_periodic_timer test
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jan 8, 2025
1 parent bbde11e commit 1852157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hil-test/tests/embassy_timers_executors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mod test_cases {
let t1 = esp_hal::time::now();
periodic.start(100.millis()).unwrap();

while periodic.wait().is_none() {}
periodic.wait();

let t2 = esp_hal::time::now();

Expand Down

0 comments on commit 1852157

Please sign in to comment.