mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
6 lines
152 B
Rust
6 lines
152 B
Rust
info!(
|
|
//debug
|
|
"{}: sending function_code={:04x} data={:04x} crc=0x{:04X} data={:02X?}",
|
|
self.name, function_code, data, crc, output_cmd
|
|
);
|