mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
fix compiler warning on arm-none-eabi 11.1.0
This commit is contained in:
parent
a6712295c7
commit
19a2ce4cb3
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void hash0(uint64_t c, uint8_t k[8]);
|
|||
* @param div_key
|
||||
*/
|
||||
|
||||
void diversifyKey(uint8_t csn[8], uint8_t key[8], uint8_t div_key[8]);
|
||||
void diversifyKey(uint8_t *csn, *uint8_t key, uint8_t *div_key);
|
||||
/**
|
||||
* @brief Permutes a key from standard NIST format to Iclass specific format
|
||||
* @param key
|
||||
|
|
Loading…
Reference in a new issue