stm32/eth: impl. poll interval
This commit is contained in:
@ -56,7 +56,7 @@ async fn main(spawner: Spawner) -> ! {
|
||||
p.PG13,
|
||||
p.PB13,
|
||||
p.PG11,
|
||||
GenericSMI,
|
||||
GenericSMI::new(Duration::from_millis(500)),
|
||||
mac_addr,
|
||||
0,
|
||||
);
|
||||
|
@ -57,7 +57,7 @@ async fn main(spawner: Spawner) -> ! {
|
||||
p.PG13,
|
||||
p.PB13,
|
||||
p.PG11,
|
||||
GenericSMI,
|
||||
GenericSMI::new(Duration::from_millis(500)),
|
||||
mac_addr,
|
||||
0,
|
||||
);
|
||||
|
@ -76,7 +76,7 @@ async fn main(spawner: Spawner) -> ! {
|
||||
p.PG13,
|
||||
p.PB15,
|
||||
p.PG11,
|
||||
GenericSMI,
|
||||
GenericSMI::new(Duration::from_millis(500)),
|
||||
mac_addr,
|
||||
0,
|
||||
);
|
||||
|
@ -58,7 +58,7 @@ async fn main(spawner: Spawner) -> ! {
|
||||
p.PG13,
|
||||
p.PB13,
|
||||
p.PG11,
|
||||
GenericSMI,
|
||||
GenericSMI::new(Duration::from_millis(500)),
|
||||
mac_addr,
|
||||
0,
|
||||
);
|
||||
|
@ -59,7 +59,7 @@ async fn main(spawner: Spawner) -> ! {
|
||||
p.PG13,
|
||||
p.PB13,
|
||||
p.PG11,
|
||||
GenericSMI,
|
||||
GenericSMI::new(Duration::from_millis(500)),
|
||||
mac_addr,
|
||||
0,
|
||||
);
|
||||
|
Reference in New Issue
Block a user