mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 04:40:39 +00:00
tests/stm32: run ucpd only on g0.
This commit is contained in:
parent
067e677ae5
commit
0f03018434
@ -164,7 +164,7 @@ required-features = []
|
|||||||
[[bin]]
|
[[bin]]
|
||||||
name = "ucpd"
|
name = "ucpd"
|
||||||
path = "src/bin/ucpd.rs"
|
path = "src/bin/ucpd.rs"
|
||||||
required-features = []
|
required-features = [ "ucpd",]
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "usart"
|
name = "usart"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// required-features: ucpd
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![no_main]
|
#![no_main]
|
||||||
#[path = "../common.rs"]
|
#[path = "../common.rs"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user