Skip to content

Commit 322378f

Browse files
committed
Restrict adc_multi example to STM32L0x2
It doesn't compile on the other targets.
1 parent 3416705 commit 322378f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ opt-level = "s"
266266
name = "adc_cont"
267267
required-features = ["stm32l0x2"]
268268

269+
[[example]]
270+
name = "adc_multi"
271+
required-features = ["stm32l0x2"]
272+
269273
[[example]]
270274
name = "adc_trig"
271275
required-features = ["stm32l0x2"]

0 commit comments

Comments
 (0)