From 7bf5cbc3fc369939c5af0d675bf9c033db4b826f Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 25 Oct 2013 13:46:38 +0700 Subject: [PATCH] move descriptor to common folder --- tinyusb/{core => common}/std_descriptors.h | 0 tinyusb/{core => common}/std_request.h | 0 tinyusb/{core => common}/tusb_types.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tinyusb/{core => common}/std_descriptors.h (100%) rename tinyusb/{core => common}/std_request.h (100%) rename tinyusb/{core => common}/tusb_types.h (100%) diff --git a/tinyusb/core/std_descriptors.h b/tinyusb/common/std_descriptors.h similarity index 100% rename from tinyusb/core/std_descriptors.h rename to tinyusb/common/std_descriptors.h diff --git a/tinyusb/core/std_request.h b/tinyusb/common/std_request.h similarity index 100% rename from tinyusb/core/std_request.h rename to tinyusb/common/std_request.h diff --git a/tinyusb/core/tusb_types.h b/tinyusb/common/tusb_types.h similarity index 100% rename from tinyusb/core/tusb_types.h rename to tinyusb/common/tusb_types.h