summaryrefslogtreecommitdiff
path: root/tinyusb/common
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/common')
-rw-r--r--tinyusb/common/common.h2
-rw-r--r--tinyusb/common/errors.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h
index e63747d68..abd0743d0 100644
--- a/tinyusb/common/common.h
+++ b/tinyusb/common/common.h
@@ -62,7 +62,7 @@
#include <stdio.h>
#include "compiler/compiler.h"
-#include "tusb_cfg.h"
+#include "tusb_option.h"
#include "errors.h"
#include "mcu/mcu.h"
diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h
index 469034e72..ae3d4a7cb 100644
--- a/tinyusb/common/errors.h
+++ b/tinyusb/common/errors.h
@@ -49,7 +49,7 @@
#ifndef _TUSB_ERRORS_H_
#define _TUSB_ERRORS_H_
-#include "../tusb_cfg.h"
+#include "../tusb_option.h"
#ifdef __cplusplus
extern "C" {