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 11, 2024
1 parent 0928cd1 commit 8d61ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-boards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ linkme.workspace = true

riot-rs-rt = { path = "../riot-rs-rt" }

ai-c3 = { optional=true, path="ai-c3" }
ai-c3 = { optional = true, path = "ai-c3" }
dwm1001 = { optional = true, path = "dwm1001" }
lm3s6965evb = { optional = true, path = "lm3s6965evb" }
microbit = { optional = true, path = "microbit" }
Expand Down

0 comments on commit 8d61ec0

Please sign in to comment.