Rename mapping flag MSB2LSB to IMSB2LSB

This is the correct naming since we are changing the input bit order on
input from the serial device.
This commit is contained in:
Martin Lund 2024-06-29 12:14:29 +02:00
parent 9022f51ea5
commit d34fa1c1ad
5 changed files with 30 additions and 30 deletions

View file

@ -103,7 +103,7 @@ struct option_t
bool map_o_del_bs;
bool map_o_ltu;
bool map_o_nulbrk;
bool map_o_msblsb;
bool map_i_msb2lsb;
bool map_o_ign_cr;
};