Skip to content
Snippets Groups Projects
Commit 93107fcc authored by Per's avatar Per
Browse files

polish

parent 6709713d
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,6 @@ mod app {
fn init(_: init::Context) -> (Shared, Local, init::Monotonics) {
rtt_init_print!();
rprintln!("\n--- init ---\n");
for a in 1..=18 {
rprintln!("RTIC Says Hello, to all students!! {}", a);
}
(
Shared {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment