From d76df5400379495d0eb6c6a8301a84042681ea12 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 11 Jan 2013 16:55:47 +0700 Subject: add external configure file: tusb_config.h rename the internal/default configure from tusb_cfg.h to tusb_option.h --- tinyusb/common/common.h | 2 +- tinyusb/common/errors.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tinyusb/common') 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 #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" { -- cgit v1.3.1