diff options
Diffstat (limited to 'sys/dev/usb/usb_util.h')
-rw-r--r-- | sys/dev/usb/usb_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_util.h b/sys/dev/usb/usb_util.h index e081c31..73097f3 100644 --- a/sys/dev/usb/usb_util.h +++ b/sys/dev/usb/usb_util.h @@ -35,7 +35,7 @@ void usb2_pause_mtx(struct mtx *mtx, int _ticks); void usb2_printBCD(char *p, uint16_t p_len, uint16_t bcd); void usb2_trim_spaces(char *p); -#if (USB_USE_CONDVAR == 0) +#if (USB_HAVE_CONDVAR == 0) void usb2_cv_init(struct cv *cv, const char *desc); void usb2_cv_destroy(struct cv *cv); void usb2_cv_wait(struct cv *cv, struct mtx *mtx); |