mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix fct name mismatch
This commit is contained in:
parent
9535bd5a11
commit
bae6f5196f
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ size_t nbytes(size_t nbits);
|
|||
uint8_t hex2int(char x);
|
||||
|
||||
int hex2binarray(char *target, char *source);
|
||||
int hex2binarray_n(char *target, char *source, int sourcelen);
|
||||
int hex2binarray_n(char *target, const char *source, int sourcelen);
|
||||
int binarray2hex(const uint8_t *bs, int bs_len, uint8_t *hex);
|
||||
|
||||
void LED(int led, int ms);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue