From 78a3785423301ca59bedb7bec6776469ff762172 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Tue, 18 Aug 2020 15:36:24 +0100 Subject: [PATCH] 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. --- targets/TARGET_Freescale/USBPhyHw.h | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/TARGET_Freescale/USBPhyHw.h b/targets/TARGET_Freescale/USBPhyHw.h index 529cbc7197..eabb2f8602 100644 --- a/targets/TARGET_Freescale/USBPhyHw.h +++ b/targets/TARGET_Freescale/USBPhyHw.h @@ -17,7 +17,6 @@ #ifndef USBPHYHW_H #define USBPHYHW_H -#include "mbed.h" #include "USBPhy.h"