Skip to content

Commit 78a3785

Browse files
authored
USBPhyHw: remove mbed.h inclusion
Remove user facing header file, it should not be included within a library. The header itself does not need anything from Mbed. It could possibly fail if targets which implement usb are not including what is required for their implementation.
1 parent 890f056 commit 78a3785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-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

0 commit comments

Comments
 (0)