Use KERN_MINSTACKSIZE and PROC_DEFINE_STACK in all tests.
[bertos.git] / bertos / kern / msg.h
index 2d92f2e2c370b9da0204f1e6995c9ee925c35a3d..32232c56e018d3e2d487bddfb318fc840a50a96c 100644 (file)
  *     } TestMsg;
  *
  *
- *  static cpu_stack_t sender_stack[CONFIG_KERN_MINSTACKSIZE / sizeof(cpu_stack_t)];
+ *  PROC_DEFINE_STACK(sender_stack, KERN_MINSTACKSIZE);
  *
  *     // A process that sends two messages and waits for replies.
  *     static void sender_proc(void)