Skip to content

Commit

Permalink
WIP: DHCP networking
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 13, 2023
1 parent 993fd5b commit 71771ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asynch/dhcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub mod client {
}
}

pub async fn configure<U: UdpStack>(
pub async fn discover<U: UdpStack>(
&mut self,
udp: &mut U,
buf: &mut [u8],
Expand Down

0 comments on commit 71771ed

Please sign in to comment.