SGDK
A free and open development kit for the Sega Mega Drive
Loading...
Searching...
No Matches
task_cst.h
Go to the documentation of this file.
1
10
11#ifndef __TASK_CST_H__
12#define __TASK_CST_H__
13
18#define USER_STACK_LENGTH 512
19
24#define UTSK_REGS_LEN (15 * 4)
25
30#define TSK_PEND_FOREVER -1
31
32
33#endif /*__TASK_CST_H__*/