mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
fix fct name mismatch
This commit is contained in:
parent
6f23b7f3eb
commit
9535bd5a11
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
size_t nbytes(size_t nbits);
|
size_t nbytes(size_t nbits);
|
||||||
uint8_t hex2int(char hexchar);
|
uint8_t hex2int(char x);
|
||||||
|
|
||||||
int hex2binarray(char *target, char *source);
|
int hex2binarray(char *target, char *source);
|
||||||
int hex2binarray_n(char *target, char *source, int sourcelen);
|
int hex2binarray_n(char *target, char *source, int sourcelen);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue