Skip to content

Commit

Permalink
Merge pull request #13683 from 0xc0170/fix_stm32_usb
Browse files Browse the repository at this point in the history
USB STM32: fix header inclusion, removing mbed.h
  • Loading branch information
0xc0170 authored Oct 15, 2020
2 parents b3f4d3b + e56d429 commit 36de28e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion targets/TARGET_STM/USBPhyHw.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
#ifndef USBPHYHW_H
#define USBPHYHW_H

#include "mbed.h"
#include <string.h>

#include "platform/mbed_toolchain.h"
#include "platform/mbed_error.h"
#include "platform/mbed_assert.h"
#include "platform/mbed_wait_api.h"
#include "platform/mbed_power_mgmt.h"
#include "USBPhy.h"
#include "PeripheralPins.h"

Expand Down

0 comments on commit 36de28e

Please sign in to comment.