add external configure file: tusb_config.h

rename the internal/default configure from tusb_cfg.h to tusb_option.h
This commit is contained in:
hathach
2013-01-11 16:55:47 +07:00
parent a6e5197b58
commit d76df54003
8 changed files with 89 additions and 25 deletions

View File

@@ -49,7 +49,7 @@
#ifndef _TUSB_ERRORS_H_
#define _TUSB_ERRORS_H_
#include "../tusb_cfg.h"
#include "../tusb_option.h"
#ifdef __cplusplus
extern "C" {