diff options
| author | hathach <[email protected]> | 2014-03-17 16:46:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-17 16:46:11 +0700 |
| commit | eaf2e888ab3025b01bf5b8e5b548337dd5bc63ff (patch) | |
| tree | 67f83e9244d79d6084c059b7bd499e59210f34a4 /demos/device/src | |
| parent | d1d4ddd85626567ddd0369387276ccf9680673d6 (diff) | |
doxygening
Diffstat (limited to 'demos/device/src')
| -rw-r--r-- | demos/device/src/tusb_config.h | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/demos/device/src/tusb_config.h b/demos/device/src/tusb_config.h index f8d1fb68f..94261c39b 100644 --- a/demos/device/src/tusb_config.h +++ b/demos/device/src/tusb_config.h @@ -36,13 +36,6 @@ */
/**************************************************************************/
-/** \ingroup TBD
- * \defgroup TBD
- * \brief TBD
- *
- * @{
- */
-
#ifndef _TUSB_TUSB_CONFIG_H_
#define _TUSB_TUSB_CONFIG_H_
@@ -53,10 +46,9 @@ //--------------------------------------------------------------------+
// CONTROLLER CONFIGURATION
//--------------------------------------------------------------------+
-//#define TUSB_CFG_MCU will be passed from IDE for easy board/mcu switching
+//#define TUSB_CFG_MCU will be passed from IDE/command line for easy board/mcu switching
#define TUSB_CFG_CONTROLLER_0_MODE (TUSB_MODE_DEVICE)
-#define TUSB_CFG_CONTROLLER_1_MODE (TUSB_MODE_NONE) // TODO not yet tested
//--------------------------------------------------------------------+
// DEVICE CONFIGURATION
@@ -78,9 +70,8 @@ //--------------------------------------------------------------------+
#define TUSB_CFG_DEBUG 3
-//#define TUSB_CFG_OS TUSB_OS_NONE // defined using eclipse build
-//#define TUSB_CFG_OS_TASK_PRIO
-
+//#define TUSB_CFG_OS TUSB_OS_NONE // be passed from IDE/command line for easy project switching
+//#define TUSB_CFG_OS_TASK_PRIO // be passed from IDE/command line for easy project switching
#define TUSB_CFG_OS_TICKS_PER_SECOND 1000
//--------------------------------------------------------------------+
@@ -128,5 +119,3 @@ #endif
#endif /* _TUSB_TUSB_CONFIG_H_ */
-
-/** @} */
|
