mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
fix length typos
This commit is contained in:
@@ -33,7 +33,7 @@ struct SubGhzBlockGenericGlobal {
|
||||
uint32_t current_cnt; // global counter value;
|
||||
uint32_t new_cnt; // global counter value;
|
||||
bool cnt_need_override; // flag for protocols to override signals counter inside of protocols
|
||||
uint8_t cnt_lenght_bit; // counter lenght in bytes (used in counter editor giu)
|
||||
uint8_t cnt_length_bit; // counter length in bytes (used in counter editor giu)
|
||||
bool cnt_is_available; // is there counter available for protocol (used in counter editor giu)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user