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

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

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

File size: 234 bytes
RevLine 
[260]1#ifndef _R2CA_APP_H_
2#define _R2CA_APP_H_
[207]3
4//#define MULTI_ECHO_SERVER
5
6#ifndef MULTI_ECHO_SERVER
[260]7#define R2CA_NUM_TASK 0
[207]8#else /* MULTI_ECHO_SERVER */
[260]9#define R2CA_NUM_TASK 1
[207]10#endif /* MULTI_ECHO_SERVER */
11
[260]12#endif /* _R2CA_APP_H_ */
Note: See TracBrowser for help on using the repository browser.