summaryrefslogtreecommitdiff
path: root/tinyusb/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-01-11 16:55:47 +0700
committerhathach <[email protected]>2013-01-11 16:55:47 +0700
commitd76df5400379495d0eb6c6a8301a84042681ea12 (patch)
treea5849ad7b5a5596ea8bd3ceae3dfaa12c2ec45e4 /tinyusb/common
parenta6e5197b58f38e031c29f57780e8b495c3e7d6ee (diff)
add external configure file: tusb_config.h
rename the internal/default configure from tusb_cfg.h to tusb_option.h
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" {