examples improvements

This commit is contained in:
2026-05-17 22:58:00 -07:00
parent 2b39987ef5
commit 008c62318e
7 changed files with 20 additions and 38 deletions
-6
View File
@@ -23,9 +23,3 @@ panic-probe = { version = "1.0.0", features = ["print-defmt"] }
lpc55-hal = { git = "https://github.com/ktims/lpc55-hal", branch = "main" }
usb-device.workspace = true
usbd-uac2 = { workspace = true, features = ["defmt"] }
[profile.release]
opt-level = "z"
lto = true
debug = true
codegen-units = 1