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

@@ -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"