mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
fix?
fix?
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user