Skip to content

Commit

Permalink
Make example log output more appealing
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 3, 2023
1 parent 4dc3b43 commit cdc816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/teensy4_blinky/examples/with_logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mod app {

loop {
led.toggle();
log::info!("Time: {:?}", Mono::now());
log::info!("Time: {}", Mono::now());
next_update += 1000.millis();
Mono::delay_until(next_update).await;
}
Expand Down

0 comments on commit cdc816e

Please sign in to comment.