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