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.
pull/13456/head
Martin Kojtal 2020-08-18 15:36:24 +01:00 committed by GitHub
parent 890f0562dc
commit 78a3785423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#ifndef USBPHYHW_H
#define USBPHYHW_H
#include "mbed.h"
#include "USBPhy.h"