Fix support status for ATmega103.
[bertos.git] / bertos / kern / proc.h
index b270d4069d52ab43540aa9e46d80947978d20d07..50fc9ee9b961a00d91cb866af78c239d5de0436e 100644 (file)
@@ -37,6 +37,8 @@
  *
  * $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