We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a32168c + a34dfea commit 36764b9Copy full SHA for 36764b9
targets/TARGET_Freescale/USBPhyHw.h
@@ -17,7 +17,6 @@
17
#ifndef USBPHYHW_H
18
#define USBPHYHW_H
19
20
-#include "mbed.h"
21
#include "USBPhy.h"
22
23
targets/TARGET_Freescale/USBPhy_Kinetis.cpp
@@ -25,6 +25,9 @@
25
#include "USBPhyHw.h"
26
#include "USBEndpoints_Kinetis.h"
27
#include "mbed_critical.h"
28
+#include "platform/mbed_power_mgmt.h"
29
+#include "cmsis.h"
30
+
31
32
static USBPhyHw *instance;
33
0 commit comments