mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
on prototypes, void means sth
This commit is contained in:
parent
9c74a96c9b
commit
28ca3e8c22
16 changed files with 24 additions and 24 deletions
|
@ -48,11 +48,11 @@ typedef struct {
|
|||
bool dl_it(uint8_t *dest, uint32_t bytes, uint32_t start_index, UsbCommand *response, size_t ms_timeout, bool show_warning, uint32_t rec_cmd);
|
||||
|
||||
void SetOffline(bool value);
|
||||
bool IsOffline();
|
||||
bool IsOffline(void);
|
||||
|
||||
void *uart_receiver(void *targ);
|
||||
void SendCommand(UsbCommand *c);
|
||||
void clearCommandBuffer();
|
||||
void clearCommandBuffer(void);
|
||||
|
||||
#define FLASHMODE_SPEED 460800
|
||||
bool OpenProxmark(void *port, bool wait_for_port, int timeout, bool flash_mode, uint32_t speed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue