summaryrefslogtreecommitdiff
path: root/embassy-usb
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-15 20:40:41 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-15 20:41:00 +0200
commitdff6847e9c77fa658bea95ba16c11519f0506800 (patch)
tree15b813eb5424c14daff0a922c3f285202b96c03e /embassy-usb
parenteb811a71ac5ca3e4fc3ef975aa9f0a193f191009 (diff)
downloadembassy-dff6847e9c77fa658bea95ba16c11519f0506800.zip
Add -boot docserver metadata.
Diffstat (limited to 'embassy-usb')
-rw-r--r--embassy-usb/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index 98734e98..6adbd399 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -7,9 +7,7 @@ edition = "2021"
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-usb-v$VERSION/embassy-usb/src/"
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-usb/src/"
features = ["defmt"]
-flavors = [
- { name = "default", target = "thumbv7em-none-eabihf" },
-]
+target = "thumbv7em-none-eabi"
[dependencies]
embassy-util = { version = "0.1.0", path = "../embassy-util" }