Move kfile interface to the io/ directory.
[bertos.git] / bertos / cfg / debug.h
index 2850bbb2355c3211283becc78692c56503c0c504..cccaf8ccee6c394586522c8426a2867c4dd3de6c 100644 (file)
  * Freestanding (AKA embedded) applications use \c drv/kdebug.c to output
  * diagnostic messages to a serial terminal or a JTAG debugger.
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * $WIZ$ module_name = "debug"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_debug.h"
  * $WIZ$ DEBUG = 1
  * $WIZ$ module_depends = "formatwr"
+ * $WIZ$ module_supports = "not atmega103"
  */
 
 #ifndef BERTOS_DEBUG_H