Actions
Feature #727
closedadd "bit" type to for reading single-bit flags
Start date:
03/25/2013
Due date:
% Done:
100%
Estimated time:
Chirp Version:
daily
Model affected:
(All models)
I read the instructions above:
Description
add "bit" type to for reading single-bit flags
Example usage:
struct { char name[8]; bit ch_enable_flag[128]; u8 unknown[8]; } scan_list[17];
The ch_enable_flag array is 16 bytes long.
Actions