1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00
fix?
This commit is contained in:
r3df0xx
2022-04-09 05:09:31 +03:00
parent dbe1d9114e
commit b3588e46c7
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ inline uint64_t
/** Faac SLH (Spa) Learning
* @param seed - seed number (32bit)
* @param key - mfkey (64bit)
* @return man_learning for this fix number (64bit)
* @return man_learning for this seed number (64bit)
*/
inline uint64_t

View File

@@ -73,4 +73,4 @@ uint64_t subghz_protocol_keeloq_common_magic_xor_type1_learning(uint32_t data, u
* @param key - mfkey (64bit)
* @return man_learning for this fix number (64bit)
*/
uint64_t subghz_protocol_keeloq_common_faac_learning(uint32_t seed, const uint32_t key);
uint64_t subghz_protocol_keeloq_common_faac_learning(const uint32_t seed, const uint32_t key);