Skip to content

Commit

Permalink
Merge pull request #20399 from whjochim/patch-1
Browse files Browse the repository at this point in the history
exmple > example in Cargo.toml comment
  • Loading branch information
kaspar030 authored Feb 17, 2024
2 parents c2457f2 + 9b2b406 commit 50fbffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rust-hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ panic = "abort"
[dependencies]
riot-wrappers = { version = "0.8", features = [ "set_panic_handler" ] }

# While currently this exmple does not use any RIOT modules implemented in
# While currently this example does not use any RIOT modules implemented in
# Rust, that may change; it is best practice for any RIOT application that has
# its own top-level Rust crate to include rust_riotmodules from inside
# RIOTBASE.
Expand Down

0 comments on commit 50fbffb

Please sign in to comment.