Commit d2e87aa3 authored by Johann Fischer's avatar Johann Fischer Committed by Andrzej Puzdrowski
Browse files

zephyr: rename remaining CONFIG_USB to CONFIG_USB_DEVICE_STACK



Rename remaining CONFIG_USB to CONFIG_USB_DEVICE_STACK.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent faf9cbe0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ static void do_boot(struct boot_rsp *rsp)
#ifdef CONFIG_SYS_CLOCK_EXISTS
    sys_clock_disable();
#endif
#ifdef CONFIG_USB
#ifdef CONFIG_USB_DEVICE_STACK
    /* Disable the USB to prevent it from firing interrupts */
    usb_disable();
#endif