USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
This commit is contained in:
parent
01a97d45d1
commit
2a94dda0e7
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue