mirror of
				https://github.com/rtlsdrblog/rtl-sdr-blog.git
				synced 2025-10-31 17:08:09 +01:00 
			
		
		
		
	Remove unneeded timeout
This commit is contained in:
		| @@ -40,10 +40,10 @@ | ||||
| #endif | ||||
|  | ||||
| /* 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) \ | ||||
| 	libusb_handle_events_timeout(ctx, tv) | ||||
| #endif | ||||
| #endif*/ | ||||
|  | ||||
| /* two raised to the power of n */ | ||||
| #define TWO_POW(n)		((double)(1ULL<<(n))) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user