fix: WITH_EM4x70. Get rid of the dependency on WITH_ICLASS.

This commit is contained in:
douniwan5788 2024-08-26 01:54:32 +08:00
commit 5d66bcfd75
9 changed files with 20 additions and 40 deletions

View file

@ -130,4 +130,7 @@ void reverse_array(uint8_t *d, size_t n);
void reverse_array_copy(const uint8_t *src, int src_len, uint8_t *dest);
bool hexstr_to_byte_array(const char *hexstr, uint8_t *d, size_t *n);
void reverse_arraybytes(uint8_t *arr, size_t len);
void reverse_arraybytes_copy(uint8_t *arr, uint8_t *dest, size_t len);
#endif