diff options
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h index e5c72ba7c..ef8f8c7c2 100644 --- a/tinyusb/common/common.h +++ b/tinyusb/common/common.h @@ -71,9 +71,9 @@ #include "errors.h" //------------- TUSB Header -------------// -#include "core/tusb_types.h" -#include "core/std_descriptors.h" -#include "core/std_request.h" +#include "tusb_types.h" +#include "std_descriptors.h" +#include "std_request.h" //--------------------------------------------------------------------+ // MACROS |
