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