mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: some referense to "string.h" -> which should be <string.h> or removed.
This commit is contained in:
parent
b06579e0d5
commit
e66b9c52b3
2 changed files with 2 additions and 3 deletions
|
@ -37,7 +37,6 @@
|
|||
#include "usb_cmd.h"
|
||||
#include "usb_cdc.h"
|
||||
#include "proxmark3.h"
|
||||
#include "string.h"
|
||||
|
||||
bool cmd_receive(UsbCommand* cmd);
|
||||
bool cmd_send(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, void* data, size_t len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue