Skip to content

Commit e3bfcbc

Browse files
authored
Merge pull request #11142 from hugueskamba/hk-usb-targets-relocation
Relocate USB target specific code to root `targets` directory
2 parents e56f319 + fdc4702 commit e3bfcbc

File tree

20 files changed

+1
-4
lines changed

20 files changed

+1
-4
lines changed

usb/device/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)