sgdk
|
User task constantes definition. More...
Go to the source code of this file.
Defines | |
#define | USER_STACK_LENGTH 512 |
Byte length for the user task stack. | |
#define | UTSK_REGS_LEN (15 * 4) |
User task registers save buffer size. | |
#define | TSK_PEND_FOREVER -1 |
Timeout value to use for infinite waits. |
User task constantes definition.
This module define constantes for the task unit (see task.h file). This needs to be separated as we include it from task.a assembly file !