cppcheck: a few static & const stuff

This commit is contained in:
Philippe Teuwen 2025-03-24 22:42:13 +01:00
commit e42932738e
10 changed files with 27 additions and 99 deletions

View file

@ -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);