Skip to content

Commit 36764b9

Browse files
authored
Merge pull request ARMmbed#13456 from ARMmbed/dev_usb_remove_mbedh
USBPhyHw: remove mbed.h inclusion
2 parents a32168c + a34dfea commit 36764b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

targets/TARGET_Freescale/USBPhyHw.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#ifndef USBPHYHW_H
1818
#define USBPHYHW_H
1919

20-
#include "mbed.h"
2120
#include "USBPhy.h"
2221

2322

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)