Skip to content

Commit

Permalink
riot-rs-rt: fix debug output: "main()" -> "startup()"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Dec 14, 2023
1 parent 0e2808d commit 6a8428f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-rt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6a8428f

Please sign in to comment.