should wait for a reply from device that sniffing is done

This commit is contained in:
iceman1001 2024-04-22 09:26:25 +02:00
commit 02872796aa
4 changed files with 35 additions and 5 deletions

View file

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