diff options
| author | hathach <[email protected]> | 2013-01-11 16:55:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-11 16:55:47 +0700 |
| commit | d76df5400379495d0eb6c6a8301a84042681ea12 (patch) | |
| tree | a5849ad7b5a5596ea8bd3ceae3dfaa12c2ec45e4 /tinyusb/common/errors.h | |
| parent | a6e5197b58f38e031c29f57780e8b495c3e7d6ee (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/errors.h')
| -rw-r--r-- | tinyusb/common/errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" { |
