Macro DECLARE_TASK

Source
macro_rules! DECLARE_TASK {
    (mem_size: $mem_size:expr, stack_size: $stack_size:expr, name: $name:ident) => { ... };
}
Expand description

Declare a task with the given memory size, stack size, and name.