Added feature flag for single packet messages so we can have an optimized version when we don't need to check data over multiple packets.
This commit is contained in:
@ -9,6 +9,7 @@ license.workspace = true
|
||||
|
||||
[features]
|
||||
comms = []
|
||||
single-packet-msgs = []
|
||||
usb = ["embassy-usb"]
|
||||
stm32 = ["embassy-stm32", "physical/stm32"]
|
||||
|
||||
|
Reference in New Issue
Block a user