Skip to content

Commit a34dfea

Browse files
committed
kinetis: fix headers for usbphy
1 parent 78a3785 commit a34dfea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/TARGET_Freescale/USBPhy_Kinetis.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
#include "USBPhyHw.h"
2626
#include "USBEndpoints_Kinetis.h"
2727
#include "mbed_critical.h"
28+
#include "platform/mbed_power_mgmt.h"
29+
#include "cmsis.h"
30+
2831

2932
static USBPhyHw *instance;
3033

0 commit comments

Comments
 (0)