Skip to content

Commit

Permalink
examples/threading: remove obsolete riot_main()
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Mar 14, 2024
1 parent 4598a23 commit b552847
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/threading/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@ fn thread0() {
fn thread1() {
println!("Hello from thread 1");
}

#[no_mangle]
fn riot_main() {
println!(
"Hello from riot_main()! Running on a {} board.",
riot_rs::buildinfo::BOARD
);
}

0 comments on commit b552847

Please sign in to comment.