From de231b866490bc74be20b8fdf271846f34d5c828 Mon Sep 17 00:00:00 2001 From: Hugues Kamba Date: Mon, 12 Aug 2019 08:10:43 +0100 Subject: [PATCH] Move USB Templates to `mbed-os/hal/usb` --- {targets => hal/usb}/TARGET_Templates/USBPhyHw.h | 0 {targets => hal/usb}/TARGET_Templates/USBPhy_template.cpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {targets => hal/usb}/TARGET_Templates/USBPhyHw.h (100%) rename {targets => hal/usb}/TARGET_Templates/USBPhy_template.cpp (100%) diff --git a/targets/TARGET_Templates/USBPhyHw.h b/hal/usb/TARGET_Templates/USBPhyHw.h similarity index 100% rename from targets/TARGET_Templates/USBPhyHw.h rename to hal/usb/TARGET_Templates/USBPhyHw.h diff --git a/targets/TARGET_Templates/USBPhy_template.cpp b/hal/usb/TARGET_Templates/USBPhy_template.cpp similarity index 100% rename from targets/TARGET_Templates/USBPhy_template.cpp rename to hal/usb/TARGET_Templates/USBPhy_template.cpp