Skip to content

Commit

Permalink
Update util.h
Browse files Browse the repository at this point in the history
Signed-off-by: Antiklesys <syselkitna@gmail.com>
  • Loading branch information
Antiklesys authored Sep 19, 2024
1 parent b92e357 commit a2a69b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armsrc/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a2a69b1

Please sign in to comment.