Skip to content

Commit 3d6fb15

Browse files
committed
Use consistant naming for Cypress USB target files.
1 parent de231b8 commit 3d6fb15

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/USBPhy_PSOC6.cpp renamed to targets/TARGET_Cypress/TARGET_PSOC6/cy_usb_phy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
#include "USBPhyHw.h"
18+
#include "cy_usb_phy_hw.h"
1919
#include "mbed_assert.h"
2020

2121
#if defined(DEVICE_USBDEVICE)

0 commit comments

Comments
 (0)