fix compiler warning on arm-none-eabi 11.1.0

This commit is contained in:
iceman1001 2021-05-13 13:24:54 +02:00
parent a6712295c7
commit 19a2ce4cb3

View file

@ -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