usb: dwc_otg: fix missing includes
Went awol merging something :( (Yes, dwc_otg is theoretically shared with efm and co, but at present it's still pretty much the stm32 version) Fixes: 422d708384c76b8bf3a860bdd084e3010e28afa0
This commit is contained in:
parent
422d708384
commit
825b51a6a8
@ -21,6 +21,7 @@
|
||||
#include <libopencm3/cm3/common.h>
|
||||
#include <libopencm3/stm32/tools.h>
|
||||
#include <libopencm3/stm32/otg_fs.h>
|
||||
#include <libopencm3/stm32/rcc.h>
|
||||
#include <libopencm3/usb/usbd.h>
|
||||
#include "usb_private.h"
|
||||
#include "usb_fx07_common.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <libopencm3/cm3/common.h>
|
||||
#include <libopencm3/stm32/tools.h>
|
||||
#include <libopencm3/stm32/otg_hs.h>
|
||||
#include <libopencm3/stm32/rcc.h>
|
||||
#include <libopencm3/usb/usbd.h>
|
||||
#include "usb_private.h"
|
||||
#include "usb_fx07_common.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user