Skip to content

Commit

Permalink
fixup! initial esp32 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Mar 12, 2024
1 parent de0f0f7 commit 9e202f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/riot-rs-boards/ai-c3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ edition = "2021"
[dependencies]
riot-rs-rt.workspace = true
riot-rs-debug.workspace = true
esp-hal = { workspace = true, features = ["embassy-time-driver"], default-features = true }
esp-hal = { workspace = true, features = [
"embassy-time-driver",
], default-features = true }

0 comments on commit 9e202f6

Please sign in to comment.