source: rtos_arduino/trunk/examples/PIXY_Wifi/r2ca_app.h@ 260

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

マクロ名を更新.
実行モデルを変更.

File size: 162 bytes
RevLine 
[260]1#ifndef _R2CA_APP_H_
2#define _R2CA_APP_H_
[236]3
[260]4#define R2CA_NUM_TASK 1
[236]5
[260]6#define R2CA_MAINTASK_LOOP_PRI 6
7#define R2CA_TASK1_LOOP_PRI 5
[236]8
[260]9#endif /* _R2CA_APP_H_ */
Note: See TracBrowser for help on using the repository browser.