Fix support status for ATmega103.
[bertos.git] / bertos / kern / proc.h
index 7ac632ec1fb7fd3702d1dd4e8f20babfde3160f5..50fc9ee9b961a00d91cb866af78c239d5de0436e 100644 (file)
@@ -38,6 +38,7 @@
  * $WIZ$ module_name = "kernel"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_proc.h"
  * $WIZ$ module_depends = "switch_ctx"
+ * $WIZ$ module_supports = "not atmega103"
  */
 
 #ifndef KERN_PROC_H