From f05888446db6e7f075fe9b11e656fa633dd52a8d Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 1 Nov 2018 07:26:05 -0500 Subject: [PATCH] subsys: usb_device: Fix removal of board.h Restore including board.h to get USB_VUSB_EN_GPIO and associate defines if the board.h sets them. This should move to device tree in the future. Signed-off-by: Kumar Gala --- subsys/usb/usb_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/subsys/usb/usb_device.c b/subsys/usb/usb_device.c index f698c6d7808..5be1dcf406b 100644 --- a/subsys/usb/usb_device.c +++ b/subsys/usb/usb_device.c @@ -61,6 +61,7 @@ #include #include #include +#include #if defined(USB_VUSB_EN_GPIO) #include #endif