Skip to content

Commit 8919a3b

Browse files
jfischer-nombolivar-nordic
authored andcommitted
[nrf fromtree] zephyr: rename remaining CONFIG_USB to CONFIG_USB_DEVICE_STACK
Rename remaining CONFIG_USB to CONFIG_USB_DEVICE_STACK. Signed-off-by: Johann Fischer <[email protected]> (cherry picked from commit 2768525)
1 parent 36563e3 commit 8919a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ static void do_boot(struct boot_rsp *rsp)
203203
#ifdef CONFIG_SYS_CLOCK_EXISTS
204204
sys_clock_disable();
205205
#endif
206-
#ifdef CONFIG_USB
206+
#ifdef CONFIG_USB_DEVICE_STACK
207207
/* Disable the USB to prevent it from firing interrupts */
208208
usb_disable();
209209
#endif

0 commit comments

Comments
 (0)