SubGHz: Fix typos (#2661)

Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
MX
2023-05-11 06:10:20 +03:00
committed by GitHub
parent 9914aa40bd
commit 9862876f06
5 changed files with 11 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ inline uint32_t subghz_protocol_keeloq_common_encrypt(const uint32_t data, const
}
/** Simple Learning Decrypt
* @param data - keelog encrypt data
* @param data - keeloq encrypt data
* @param key - manufacture (64bit)
* @return 0xBSSSCCCC, B(4bit) key, S(10bit) serial&0x3FF, C(16bit) counter
*/