Patch tests & examples

This commit is contained in:
Gabriel Górski
2023-10-09 12:00:23 +02:00
parent 7526b8edba
commit e62bf6a9fd
6 changed files with 6 additions and 12 deletions

View File

@ -85,9 +85,8 @@ async fn main(spawner: Spawner) {
#[cfg(feature = "stm32h563zi")]
p.PB15,
p.PG11,
GenericSMI::new(),
GenericSMI::new(0),
mac_addr,
0,
);
let config = embassy_net::Config::dhcpv4(Default::default());