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 4f5bb5c commit 993fd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dhcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ impl<'a> Options<'a> {
}

#[inline(always)]
pub fn buf() -> [DhcpOption<'a>; 8] {
pub const fn buf() -> [DhcpOption<'a>; 8] {
[DhcpOption::Message(""); 8]
}

Expand Down

0 comments on commit 993fd5b

Please sign in to comment.