The program no longer swears at you

This commit is contained in:
2025-09-19 18:09:28 +02:00
parent d7b70b7629
commit e4c4a7f14a

View File

@@ -31,7 +31,7 @@ impl PhysicalTarget {
let name = new.read_info(0x00, 0x02).unwrap();
let rev = new.read_info(0x00, 0x03).unwrap();
println!("Detected chip ID: {manufacturer:02X} {family:02X} {name:02X} {rev:02X} (whatever the fuck that means)");
println!("Detected chip ID: {manufacturer:02X} {family:02X} {name:02X} {rev:02X} (whatever that means)");
Ok(new)
}