Merge pull request #11142 from hugueskamba/hk-usb-targets-relocation

Relocate USB target specific code to root `targets` directory
pull/11264/head
Martin Kojtal 2019-08-20 09:39:30 +02:00 committed by GitHub
commit e3bfcbc2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 1 additions and 4 deletions

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
#include "USBPhyHw.h"
#include "cy_usb_phy_hw.h"
#include "mbed_assert.h"
#if defined(DEVICE_USBDEVICE)

View File

@ -1,3 +0,0 @@
{
"name": "usb-device-targets"
}