mirror of https://github.com/ARMmbed/mbed-os.git
Removed mbed.h global include
parent
680625b6b7
commit
738cbb798d
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue