mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
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:
parent
61c6435041
commit
5a3f27599e
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ version = "1.1.3"
|
||||||
[lib]
|
[lib]
|
||||||
name = "rtic"
|
name = "rtic"
|
||||||
|
|
||||||
|
[[example]]
|
||||||
|
name = "actor-watermark"
|
||||||
|
required-features = ["memory-watermark"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.0"
|
cortex-m = "0.7.0"
|
||||||
cortex-m-rtic-macros = { path = "macros", version = "1.1.5" }
|
cortex-m-rtic-macros = { path = "macros", version = "1.1.5" }
|
||||||
|
|
Loading…
Reference in a new issue