Index: uspace/lib/usbhost/src/hcd.c
===================================================================
--- uspace/lib/usbhost/src/hcd.c	(revision 831aa4662588ca87829e9696a552444604b9a056)
+++ uspace/lib/usbhost/src/hcd.c	(revision 802a8c8b41d2a5e851005911069621bceb7ec9d8)
@@ -125,5 +125,5 @@
 		 * good enough for emergency mode
 		 */
-		async_usleep(10000);
+		fibril_usleep(10000);
 	}
 	return EOK;
