summaryrefslogtreecommitdiff
path: root/demos/host/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-17 16:46:11 +0700
committerhathach <[email protected]>2014-03-17 16:46:11 +0700
commiteaf2e888ab3025b01bf5b8e5b548337dd5bc63ff (patch)
tree67f83e9244d79d6084c059b7bd499e59210f34a4 /demos/host/src
parentd1d4ddd85626567ddd0369387276ccf9680673d6 (diff)
doxygening
Diffstat (limited to 'demos/host/src')
-rw-r--r--demos/host/src/tusb_config.h12
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_ */
-
-/** @} */