Removed mbed.h global include

pull/11023/head
George Beckstein 2019-06-11 17:00:30 -04:00 committed by Evelyne Donnaes
parent 680625b6b7
commit 738cbb798d
1 changed files with 4 additions and 1 deletions

View File

@ -18,9 +18,12 @@
#ifndef USBPHYHW_H #ifndef USBPHYHW_H
#define USBPHYHW_H #define USBPHYHW_H
#include "mbed.h"
#include "USBPhy.h" #include "USBPhy.h"
#include <string.h>
#include "platform/mbed_power_mgmt.h"
extern "C" { extern "C" {
#include "nrf_drv_usbd.h" #include "nrf_drv_usbd.h"
#include "nrfx_power.h" #include "nrfx_power.h"