Fix timer test
[bertos.git] / bertos / cfg / nothing.h
index 0edfdc92c43494921e63c9c026342265930aebf3..4c18a1230e65f44256d58b60d0e866d331a36dba 100644 (file)
  * All Rights Reserved.
  * -->
  *
- * \brief Empty file used to #include <nothing> in macro expansion.
+ * \brief Empty file used to include "nothing" in macro expansion.
+ *
+ * If you want to conditionally include some file you can use this module 
+ * as a dummy header:
+ *
+ * \code
+ * #if COND
+ *     #define MYHEADER <realheader.h>
+ * #else
+ *     #define MYHEADER <cfg/nothing.h>
+ * #endif
+ * \endcode
  *
  * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  */
+