source: rtos_arduino/trunk/examples/IotText/sample2/r2ca_app.h@ 260

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

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

File size: 207 bytes
Line 
1#ifndef _R2CA_APP_H_
2#define _R2CA_APP_H_
3
4#define R2CA_NUM_TASK 0
5
6/*
7 * Use Serial3
8 */
9#define R2CA_USE_SERIAL3
10
11#define R2CA_ENABLE_PROFILING
12#define R2CA_PROFILING_CYC_MS 1
13
14#endif /* _R2CA_APP_H_ */
Note: See TracBrowser for help on using the repository browser.