SRTOS
Loading...
Searching...
No Matches
kernel_config.h
Go to the documentation of this file.
1
7
8#ifndef KERNEL_CONFIG_H_
9#define KERNEL_CONFIG_H_
10
18#define STACK_SIZE 128U
19
27#define MAX_PRIORITIES 2U
28
29#endif