mirror of https://github.com/ARMmbed/mbed-os.git
kinetis: fix headers for usbphy
parent
78a3785423
commit
a34dfea24e
|
@ -25,6 +25,9 @@
|
||||||
#include "USBPhyHw.h"
|
#include "USBPhyHw.h"
|
||||||
#include "USBEndpoints_Kinetis.h"
|
#include "USBEndpoints_Kinetis.h"
|
||||||
#include "mbed_critical.h"
|
#include "mbed_critical.h"
|
||||||
|
#include "platform/mbed_power_mgmt.h"
|
||||||
|
#include "cmsis.h"
|
||||||
|
|
||||||
|
|
||||||
static USBPhyHw *instance;
|
static USBPhyHw *instance;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue