From ca037a325652ab7a0c164ad6c9753ed19863e6ed Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sun, 19 Feb 2023 10:34:21 +0000 Subject: [PATCH] Fix typo in rp-pico/Cargo.toml --- boards/rp-pico/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index 44fb01f..1a5bf84 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -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"