fix compiler warning on arm-none-eabi 11.1.0

This commit is contained in:
iceman1001 2021-05-13 13:28:03 +02:00
commit 3b7153045f
2 changed files with 24 additions and 17 deletions

View file

@ -59,7 +59,7 @@ void hash0(uint64_t c, uint8_t k[8]);
* @param div_key
*/
void diversifyKey(uint8_t *csn, *uint8_t key, uint8_t *div_key);
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