stm32: change all examples and tests to use GenericSMI::new_auto().

This commit is contained in:
Dario Nieuwenhuis
2025-01-26 21:53:00 +01:00
parent afe6b9a192
commit ff52bde787
7 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ async fn main(spawner: Spawner) -> ! {
p.PG13,
p.PB13,
p.PG11,
GenericSMI::new(0),
GenericSMI::new_auto(),
mac_addr,
);