mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
fix: WITH_EM4x70. Get rid of the dependency on WITH_ICLASS.
This commit is contained in:
parent
c1fdb2e78c
commit
5d66bcfd75
9 changed files with 20 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue