fix length typos

This commit is contained in:
MX
2026-01-05 22:26:28 +03:00
parent 06585024f4
commit 02796c391e
20 changed files with 23 additions and 23 deletions

View File

@@ -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)
};