aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-dfu/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-usb-dfu/Cargo.toml')
-rw-r--r--embassy-usb-dfu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-dfu/Cargo.toml b/embassy-usb-dfu/Cargo.toml
index 02146c646..ee110ee87 100644
--- a/embassy-usb-dfu/Cargo.toml
+++ b/embassy-usb-dfu/Cargo.toml
@@ -27,6 +27,6 @@ embedded-storage = { version = "0.3.1" }
27esp32c3-hal = { version = "0.13.0", optional = true, default-features = false } 27esp32c3-hal = { version = "0.13.0", optional = true, default-features = false }
28 28
29[features] 29[features]
30bootloader = [] 30dfu = []
31application = [] 31application = []
32defmt = ["dep:defmt"] 32defmt = ["dep:defmt"]