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

@@ -26,7 +26,7 @@
#include "error.h"
#include "mw_usbd.h"
#include "tusb_cfg.h"
#include "tusb_option.h"
/** \file
* \brief ROM API for USB device stack.

View File

@@ -28,7 +28,7 @@
#include "mw_usbd.h"
#include "mw_usbd_msc.h"
#include "mw_usbd_core.h"
#include "tusb_cfg.h"
#include "tusb_option.h"
/** \file
* \brief Mass Storage Class (MSC) API structures and function prototypes.