mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-15 14:20:51 +08:00
Update util.h
Signed-off-by: Antiklesys <syselkitna@gmail.com>
This commit is contained in:
parent
b92e357307
commit
a2a69b1b1b
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int hex2binarray(char *target, const char *source);
|
|||
int hex2binarray_n(char *target, const char *source, int sourcelen);
|
||||
int binarray2hex(const uint8_t *bs, int bs_len, uint8_t *hex);
|
||||
|
||||
void convertToHexArray(uint32_t num, uint8_t *partialKey);
|
||||
void convertToHexArray(uint32_t num, uint8_t *partialkey);
|
||||
|
||||
void LED(int led, int ms);
|
||||
void LEDsoff(void);
|
||||
|
|
Loading…
Reference in a new issue