aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-08 23:08:50 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-08 23:21:52 +0100
commit0b015bd727547d1eade5cd12c8b6a1b77483e6db (patch)
tree77f8a52f5a7eb5a8cc5981eae16e9871614015c7 /embassy-usb/Cargo.toml
parent79acb560ecb9089e31efdea29c6046225971fee3 (diff)
usb: remove msos-descriptor feature.
Diffstat (limited to 'embassy-usb/Cargo.toml')
-rw-r--r--embassy-usb/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index d820a2d0b..5f64b7212 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -13,7 +13,6 @@ target = "thumbv7em-none-eabi"
13[features] 13[features]
14defmt = ["dep:defmt", "embassy-usb-driver/defmt"] 14defmt = ["dep:defmt", "embassy-usb-driver/defmt"]
15usbd-hid = ["dep:usbd-hid", "dep:ssmarshal"] 15usbd-hid = ["dep:usbd-hid", "dep:ssmarshal"]
16msos-descriptor = []
17default = ["usbd-hid"] 16default = ["usbd-hid"]
18 17
19# BEGIN AUTOGENERATED CONFIG FEATURES 18# BEGIN AUTOGENERATED CONFIG FEATURES