source: rtos_arduino/trunk/examples/RRScheduling/rca_app.h@ 137

Last change on this file since 137 was 137, checked in by ertl-honda, 8 years ago

サンプルの追加.

File size: 188 bytes
Line 
1#ifndef _RCA_APP_H_
2#define _RCA_APP_H_
3
4#define RCA_NUM_TASK 4
5
6#define RCA_RR_SCEDULE 0xffffff
7#define RCA_RR_SCEDULE_CYCLE 1
8
9#define RCA_MAINTASK_SETUP_PRI 4
10
11#endif /* _RCA_APP_H_ */
Note: See TracBrowser for help on using the repository browser.