#include "kernel.h"
Go to the source code of this file.
Defines | |
| #define | STACK_SIZE_IDLE_TASK 160 |
| stack size of the idle task. | |
Functions | |
| void | Idle_Task (TASK_ARGUMENT arg) |
Definition in file idle.h.
|
|
stack size of the idle task. This value should be selected as small a possible and should be found expermentally. In our case it has the size of exactly one segment. |
1.4.6