X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc.h;h=af193546a81cce6db08f2b3790ae2f2139d570c5;hb=5198d7ad08c6225bde49be486ae1ee395f1eefd0;hp=7ac632ec1fb7fd3702d1dd4e8f20babfde3160f5;hpb=71743c2a5a8bf9dbf66a945fd9656baed0d16329;p=bertos.git diff --git a/bertos/kern/proc.h b/bertos/kern/proc.h index 7ac632ec..af193546 100644 --- a/bertos/kern/proc.h +++ b/bertos/kern/proc.h @@ -30,14 +30,15 @@ * Copyright 1999, 2000, 2001, 2008 Bernie Innocenti * --> * - * \brief Bertos Kernel core (Process scheduler). + * \brief BeRTOS Kernel core (Process scheduler). * * \version $Id$ * \author Bernie Innocenti * * $WIZ$ module_name = "kernel" * $WIZ$ module_configuration = "bertos/cfg/cfg_proc.h" - * $WIZ$ module_depends = "switch_ctx" + * $WIZ$ module_depends = "switch_ctx", "coop" + * $WIZ$ module_supports = "not atmega103" */ #ifndef KERN_PROC_H