mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-05 06:55:33 +01:00
libusb can return LIBUSB_ERROR_INTERRUPTED and it's not really an error, just a sign some syscall got interrupted by something. Don't abort on that. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>