diff --git a/common/usb.c b/common/usb.c index 6a7df077104681c988595b02bd42bcdc4afd06d3..a401c0919878b5801a947c8992b60ae331e799b0 100644 --- a/common/usb.c +++ b/common/usb.c @@ -957,8 +957,8 @@ void usb_scan_devices(void) /* insert "driver" if possible */ #ifdef CONFIG_USB_KEYBOARD drv_usb_kbd_init(); - USB_PRINTF("scan end\n"); #endif + USB_PRINTF("scan end\n"); }