1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

Merge pull request #20399 from whjochim/patch-1

exmple > example in Cargo.toml comment
This commit is contained in:
Kaspar Schleiser 2024-02-17 13:21:29 +00:00 committed by GitHub
commit 50fbffbe1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.