stm32/eth: add set_poll_interval

This commit is contained in:
xoviat
2023-07-15 12:02:08 -05:00
parent 975a780efe
commit 17d5e1c470
6 changed files with 13 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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