Skip to content

Commit

Permalink
fixup! examples: adapt to optional threading
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jan 11, 2024
1 parent 985eda5 commit 454fb36
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 10 deletions.
54 changes: 54 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions examples/embassy-http-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,3 @@ impl Application for WebServer {
}

riot_rs::embassy::riot_initialize!(WebServer);

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

loop {}
}

0 comments on commit 454fb36

Please sign in to comment.