Use KERN_MINSTACKSIZE and PROC_DEFINE_STACK in all tests.
[bertos.git] / bertos / kern / proc.h
index 56b5f5aa45cc6544af526dcaee3e272f60b3adc6..c28fd68fc798a2672ee3b9689d5bd8c3e749faca 100644 (file)
@@ -119,7 +119,7 @@ void proc_init(void);
  * of the stack;
  * \li have some memory for temporary variables inside called functions.
  *
- * The value given by CONFIG_KERN_MINSTACKSIZE is rather safe to use in the first place.
+ * The value given by KERN_MINSTACKSIZE is rather safe to use in the first place.
  *
  * \note The function
  * \code