Ignore:
Timestamp:
Oct 23, 2016, 8:29:46 PM (8 years ago)
Author:
ertl-honda
Message:

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/examples/IotText/sample3/r2ca_app.h

    r259 r260  
    1 #ifndef _RCA_APP_H_
    2 #define _RCA_APP_H_
     1#ifndef _R2CA_APP_H_
     2#define _R2CA_APP_H_
    33
    4 #define RCA_NUM_TASK 0
     4#define R2CA_NUM_TASK 0
    55
    66/*
    77 *  Use Serial3
    88 */
    9 #define RCA_USE_SERIAL3
     9#define R2CA_USE_SERIAL3
    1010
    11 #define RCA_ENABLE_PROFILING
    12 #define RCA_PROFILING_CYC_MS  1
     11#define R2CA_ENABLE_PROFILING
     12#define R2CA_PROFILING_CYC_MS  1
    1313
    14 #endif /* _RCA_APP_H_ */
     14#endif /* _R2CA_APP_H_ */
Note: See TracChangeset for help on using the changeset viewer.