Skip to content

Commit

Permalink
fix(examples/arduino-uno): Update avr-device crate
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocarnelos committed Jan 22, 2025
1 parent 813fbf1 commit 3b93a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arduino-uno/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2021"

[dependencies]
avr-device = "0.5"
avr-device = { version = "0.7", features = ["atmega328p"] }
ufmt = "0.2"
ufmt_float = { git = "https://github.com/tl8roy/ufmt_float" }
panic-halt = "0.2"
Expand Down

0 comments on commit 3b93a05

Please sign in to comment.