source: rtos_arduino/trunk/examples/WifiEcho/rca_app.h@ 200

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

マルチタスクのサンプルに変更

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