specify the features that the actor-watermark example requires

this way it won't be compiled by `cargo b --examples`
it'll be compiled by 'cargo b --examples --features actor-watermark`
This commit is contained in:
Jorge Aparicio 2022-04-01 16:12:53 +02:00
parent 61c6435041
commit 5a3f27599e

View file

@ -19,6 +19,10 @@ version = "1.1.3"
[lib]
name = "rtic"
[[example]]
name = "actor-watermark"
required-features = ["memory-watermark"]
[dependencies]
cortex-m = "0.7.0"
cortex-m-rtic-macros = { path = "macros", version = "1.1.5" }