main: add a dual-core feature flag, to switch between configs while debugging deadlocks
This commit is contained in:
@@ -12,6 +12,7 @@ path = "./src/bin/main.rs"
|
||||
[features]
|
||||
default = ["real-output"]
|
||||
real-output = []
|
||||
dual-core = []
|
||||
simulation = ["dep:rmp"]
|
||||
radio = [
|
||||
"dep:bleps",
|
||||
|
||||
Reference in New Issue
Block a user