source: rtos_arduino/trunk/examples/IotText/sample3/rca_app.h@ 254

Last change on this file since 254 was 254, checked in by mmatsu, 8 years ago
File size: 200 bytes
Line 
1#ifndef _RCA_APP_H_
2#define _RCA_APP_H_
3
4#define RCA_NUM_TASK 0
5
6/*
7 * Use Serial3
8 */
9#define RCA_USE_SERIAL3
10
11#define RCA_ENABLE_PROFILING
12#define RCA_PROFILING_CYC_MS 1
13
14#endif /* _RCA_APP_H_ */
Note: See TracBrowser for help on using the repository browser.