mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
should wait for a reply from device that sniffing is done
This commit is contained in:
parent
d340de388d
commit
02872796aa
4 changed files with 35 additions and 5 deletions
|
@ -26,9 +26,9 @@
|
|||
# define sleep(n) Sleep(1000 *(n))
|
||||
# define msleep(n) Sleep((n))
|
||||
#else
|
||||
void msleep(uint32_t n); // sleep n milliseconds
|
||||
void msleep(uint32_t n); // sleep n milliseconds
|
||||
#endif // _WIN32
|
||||
|
||||
uint64_t msclock(void); // a milliseconds clock
|
||||
|
||||
uint64_t msclock(void); // a milliseconds clock
|
||||
uint64_t usclock(void); // a microseconds clock
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue