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