Skip to content
Snippets Groups Projects
Commit 81d94cc1 authored by Stephen D's avatar Stephen D
Browse files

typo fix

parent 784dd0ac
No related branches found
No related tags found
No related merge requests found
Pipeline #5056 passed
...@@ -77,7 +77,7 @@ pub fn print_packet(pkt: &Packet<MAX_PACKET_LEN>) { ...@@ -77,7 +77,7 @@ pub fn print_packet(pkt: &Packet<MAX_PACKET_LEN>) {
); );
} }
(Some(hw), None) => { (Some(hw), None) => {
println!("{} \t{hw:#06x}", "SW:".color(color)); println!("{} \t{hw:#06x}", "HW:".color(color));
} }
(None, Some(sw)) => { (None, Some(sw)) => {
println!("{} \t{sw:#04x}", "SW:".color(color)); println!("{} \t{sw:#04x}", "SW:".color(color));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment