Skip to content

Commit 9334b9e

Browse files
committed
Removed mbed.h global include
1 parent af99f5a commit 9334b9e

File tree

1 file changed

+4
-1
lines changed
  • usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840

1 file changed

+4
-1
lines changed

usb/device/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhyHw.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
#ifndef USBPHYHW_H
1919
#define USBPHYHW_H
2020

21-
#include "mbed.h"
2221
#include "USBPhy.h"
2322

23+
#include <string.h>
24+
#include "platform/mbed_power_mgmt.h"
25+
26+
2427
extern "C" {
2528
#include "nrf_drv_usbd.h"
2629
#include "nrfx_power.h"

0 commit comments

Comments
 (0)