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/errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/common/errors.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