X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fdebug.h;h=cccaf8ccee6c394586522c8426a2867c4dd3de6c;hb=911d2706a86d326786bfe721dcc3d63aeade7f28;hp=2850bbb2355c3211283becc78692c56503c0c504;hpb=e80b8410edc8e74e94662722194d1cfddbb19ec5;p=bertos.git diff --git a/bertos/cfg/debug.h b/bertos/cfg/debug.h index 2850bbb2..cccaf8cc 100644 --- a/bertos/cfg/debug.h +++ b/bertos/cfg/debug.h @@ -36,13 +36,13 @@ * 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 * * $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