diff --git a/src/riot-rs-rt/src/lib.rs b/src/riot-rs-rt/src/lib.rs index c65d7bdbc..fd88712f9 100644 --- a/src/riot-rs-rt/src/lib.rs +++ b/src/riot-rs-rt/src/lib.rs @@ -66,7 +66,7 @@ fn startup() -> ! { #[cfg(feature = "debug-console")] debug::init(); - debug::println!("riot_rs_rt::main()"); + debug::println!("riot_rs_rt::startup()"); for f in INIT_FUNCS { f();