diff options
Diffstat (limited to 'demos/host/src')
| -rw-r--r-- | demos/host/src/tusb_config.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index 30fc5eae2..d1b717a23 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -36,13 +36,6 @@ */
/**************************************************************************/
-/** \ingroup TBD
- * \defgroup TBD
- * \brief TBD
- *
- * @{
- */
-
#ifndef _TUSB_TUSB_CONFIG_H_
#define _TUSB_TUSB_CONFIG_H_
@@ -55,7 +48,6 @@ //--------------------------------------------------------------------+
//#define TUSB_CFG_MCU will be passed from IDE for easy board/mcu switching
#define TUSB_CFG_CONTROLLER_0_MODE (TUSB_MODE_HOST)
-#define TUSB_CFG_CONTROLLER_1_MODE (TUSB_MODE_NONE) // TODO not yet tested
//--------------------------------------------------------------------+
// HOST CONFIGURATION
@@ -78,7 +70,7 @@ #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_TASK_PRIO // defined using eclipse build
#define TUSB_CFG_OS_TICKS_PER_SECOND 1000
@@ -119,5 +111,3 @@ #endif
#endif /* _TUSB_TUSB_CONFIG_H_ */
-
-/** @} */
|
