Remove include dependency on `USBDevice_Types.h`
mbed-usb (which provides `USBDevice_Types.h`) is a higher-level USB
library in Mbed-OS that sits on top of the HAL. Targets should not
implement the HAL and use higher-level libraries, hence, the dependency
should be removed. This dependency also causes errors when building with
the bare-metal profile.
ls
1 parent 961ec0c commit 9125c51e6c10472d038833ad27bd0ee7e702a6d8
@harmut01 harmut01 authored on 19 Apr 2021
Showing 2 changed files
View
targets/TARGET_RENESAS/TARGET_RZ_A1XX/USBPhy_RZ_A1.cpp
View
targets/TARGET_RENESAS/TARGET_RZ_A2XX/USBPhy_RZ_A2.cpp