stm32: change all examples and tests to use GenericSMI::new_auto().
This commit is contained in:
@@ -76,7 +76,7 @@ async fn main(spawner: Spawner) -> ! {
|
||||
p.PG13,
|
||||
p.PB13,
|
||||
p.PG11,
|
||||
GenericSMI::new(0),
|
||||
GenericSMI::new_auto(),
|
||||
mac_addr,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user