Skip to content

Commit

Permalink
fixed unrelated MSRV issue in examples/analog-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
BartMassey committed Jul 30, 2024
1 parent 79186f9 commit be69600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/analog-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ defmt = "0.3.6"
# ADC vs SAADC
[dependencies.microbit]
path = "../../microbit"
features = ["embedded-hal-02"]

[features]
default = [
Expand Down

0 comments on commit be69600

Please sign in to comment.