source: rtos_arduino/trunk/examples/PIXY_Zumo_Wifi/rca_app.h@ 236

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

PIXY関連のファイルの追加

File size: 156 bytes
Line 
1#ifndef _RCA_APP_H_
2#define _RCA_APP_H_
3
4#define RCA_NUM_TASK 1
5
6#define RCA_MAINTASK_LOOP_PRI 5
7#define RCA_TASK1_LOOP_PRI 6
8
9#endif /* _RCA_APP_H_ */
Note: See TracBrowser for help on using the repository browser.