Fix typo in rp-pico/Cargo.toml

This commit is contained in:
Jan Niehusmann 2023-02-19 10:34:21 +00:00
parent de389d1fca
commit ca037a3256

View file

@ -19,7 +19,7 @@ fugit = "0.3.5"
usb-device= "0.2.9"
[dev-dependencies]
rp2040-hal = { version = "0.8.0", featuers = [ "defmt" ] }
rp2040-hal = { version = "0.8.0", features = [ "defmt" ] }
panic-halt= "0.2.0"
embedded-hal ="0.2.5"
cortex-m-rtic = "1.1.2"