Skip to content

Commit 6e2467b

Browse files
author
Filip Jagodzinski
committed
Fix header names
1 parent 9cac20e commit 6e2467b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

targets/TARGET_STM/stm32_usb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#if DEVICE_USBDEVICE
1818

19-
#include "USBPhyHw.h"
19+
#include "stm32_usb.h"
2020
#include "pinmap.h"
2121

2222
/* endpoint conversion macros */

targets/TARGET_STM/stm32_usb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include "mbed.h"
2121
#include "USBPhy.h"
22-
#include "USBEndpoints_STM32.h"
22+
#include "stm32_usb_endpoints.h"
2323
#include "PeripheralPins.h"
2424

2525
#if defined(TARGET_DISCO_F746NG)

0 commit comments

Comments
 (0)