#ifndef _OS_CONFIG_H #define _OS_CONFIG_H #define OS_STACK_SIZE 128 #define OS_TASK_COUNT 8 #endif /* _OS_CONFIG_H */