mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
make style
This commit is contained in:
parent
0d9223a547
commit
0373696662
483 changed files with 56514 additions and 52451 deletions
|
@ -46,8 +46,8 @@ extern void usb_enable();
|
|||
extern bool usb_check();
|
||||
extern bool usb_poll();
|
||||
extern bool usb_poll_validate_length();
|
||||
extern uint32_t usb_read(byte_t* data, size_t len);
|
||||
extern uint32_t usb_write(const byte_t* data, const size_t len);
|
||||
extern uint32_t usb_read(byte_t *data, size_t len);
|
||||
extern uint32_t usb_write(const byte_t *data, const size_t len);
|
||||
|
||||
extern void SetUSBreconnect(int value);
|
||||
extern int GetUSBreconnect(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue