mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cppcheck: a few static & const stuff
This commit is contained in:
parent
f90d11912c
commit
e42932738e
10 changed files with 27 additions and 99 deletions
|
@ -26,7 +26,7 @@
|
|||
extern unsigned char return_on_error;
|
||||
extern unsigned char error_occurred;
|
||||
|
||||
void SendCommandBL(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, void *data, size_t len);
|
||||
void SendCommandBL(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, const void *data, size_t len);
|
||||
bool ReceiveCommandPoll(PacketResponseOLD *c);
|
||||
void ReceiveCommand(PacketResponseOLD *c);
|
||||
struct usb_dev_handle *FindProxmark(int verbose, unsigned int *iface);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue