From 41346bad1325edf475165733885ccf5664951e4f Mon Sep 17 00:00:00 2001 From: Hugues Kamba Date: Thu, 1 Aug 2019 10:11:38 +0100 Subject: [PATCH] Rename template dir so future templates can be added to the same dir. --- targets/{TARGET_USB_Template => TARGET_Templates}/USBPhyHw.h | 0 .../{TARGET_USB_Template => TARGET_Templates}/USBPhy_template.cpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename targets/{TARGET_USB_Template => TARGET_Templates}/USBPhyHw.h (100%) rename targets/{TARGET_USB_Template => TARGET_Templates}/USBPhy_template.cpp (100%) diff --git a/targets/TARGET_USB_Template/USBPhyHw.h b/targets/TARGET_Templates/USBPhyHw.h similarity index 100% rename from targets/TARGET_USB_Template/USBPhyHw.h rename to targets/TARGET_Templates/USBPhyHw.h diff --git a/targets/TARGET_USB_Template/USBPhy_template.cpp b/targets/TARGET_Templates/USBPhy_template.cpp similarity index 100% rename from targets/TARGET_USB_Template/USBPhy_template.cpp rename to targets/TARGET_Templates/USBPhy_template.cpp