-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Strange behaviour:
rprint!("rprint");
rprintln!("rprintln");
works as expected, output: rprintrprintln.
But
rprint!("rprint");
Timer::after_millis(TIME).await; // use embassy_time::Timer;
rprintln!("rprintln");
adds a newline, depending on the value of TIME. Output:
rprintr
rprintln
when TIME is something above 270 (thereshold is changing from time to time).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels