Cleanup hex mode code

This commit is contained in:
Martin Lund 2022-08-06 17:12:16 +02:00
parent 75aa066bf8
commit 72eb682267
2 changed files with 6 additions and 11 deletions

View file

@ -244,6 +244,7 @@ void options_print()
option.dsr_pulse_duration,
option.dcd_pulse_duration,
option.ri_pulse_duration);
tio_printf(" Hexadecimal mode: %s", option.hex_mode ? "enabled" : "disabled");
if (option.map[0] != 0)
tio_printf(" Map flags: %s", option.map);
if (option.log)