stm32/test: add C0 hil tests.
This commit is contained in:
@ -32,6 +32,8 @@ async fn main(_spawner: Spawner) {
|
||||
let (mut a, mut b) = (p.PD9, p.PD8);
|
||||
#[cfg(feature = "stm32h563zi")]
|
||||
let (mut a, mut b) = (p.PB6, p.PB7);
|
||||
#[cfg(feature = "stm32c031c6")]
|
||||
let (mut a, mut b) = (p.PB6, p.PB7);
|
||||
|
||||
// Test initial output
|
||||
{
|
||||
|
Reference in New Issue
Block a user