Remove unneeded timeout

This commit is contained in:
rtlsdrblog 2023-05-10 18:41:05 +12:00
parent acb0b5cd2a
commit 098721d96b

View File

@ -40,10 +40,10 @@
#endif #endif
/* libusb < 1.0.9 doesn't have libusb_handle_events_timeout_completed */ /* libusb < 1.0.9 doesn't have libusb_handle_events_timeout_completed */
#ifndef HAVE_LIBUSB_HANDLE_EVENTS_TIMEOUT_COMPLETED /*#ifndef HAVE_LIBUSB_HANDLE_EVENTS_TIMEOUT_COMPLETED
#define libusb_handle_events_timeout_completed(ctx, tv, c) \ #define libusb_handle_events_timeout_completed(ctx, tv, c) \
libusb_handle_events_timeout(ctx, tv) libusb_handle_events_timeout(ctx, tv)
#endif #endif*/
/* two raised to the power of n */ /* two raised to the power of n */
#define TWO_POW(n) ((double)(1ULL<<(n))) #define TWO_POW(n) ((double)(1ULL<<(n)))