Home | History | Annotate | Download | only in examples

Lines Matching full:retry_max

78 #define RETRY_MAX                     5
361 } while ((r == LIBUSB_ERROR_PIPE) && (i<RETRY_MAX));
385 } while ((r == LIBUSB_ERROR_PIPE) && (i<RETRY_MAX));