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

typo fix

parent e0bfd310
No related branches found
No related tags found
No related merge requests found
Pipeline #7621 passed
......@@ -87,7 +87,7 @@ pub fn print_packet(pkt: &Packet<MAX_PACKET_LEN>, rssi: Option<f64>) {
);
}
(Some(hw), None) => {
println!("{} \t{hw:#06x}", "SW:".color(color));
println!("{} \t{hw:#06x}", "HW:".color(color));
}
(None, Some(sw)) => {
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