Fix support status for ATmega103.
[bertos.git] / bertos / cfg / debug.h
index 2850bbb2355c3211283becc78692c56503c0c504..2fefc1b1468c68ed509503ec52c67abfc428c4c2 100644 (file)
@@ -43,6 +43,7 @@
  * $WIZ$ module_configuration = "bertos/cfg/cfg_debug.h"
  * $WIZ$ DEBUG = 1
  * $WIZ$ module_depends = "formatwr"
+ * $WIZ$ module_supports = "not atmega103"
  */
 
 #ifndef BERTOS_DEBUG_H