You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _OS_CONFIG_H |
|
#define _OS_CONFIG_H |
|
|
|
#define OS_STACK_SIZE 128 |
|
#define OS_TASK_COUNT 8 |
|
|
|
#endif /* _OS_CONFIG_H */ |