source: rtos_arduino/trunk/examples/NCESIoT_RTOS/rca_app.cfg@ 242

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

RTOSのサンプルを追加

File size: 230 bytes
Line 
1/*
2 * $Id: sample1.cfg 2416 2012-09-07 08:06:20Z ertl-hiro $
3 */
4
5/*
6 * サンプルプログラム(1)のシステムコンフィギュレーションファイル
7 */
8INCLUDE("rca_lib.cfg");
9
10CRE_SEM(OLED_SEM, {TA_NULL, 1, 1});
Note: See TracBrowser for help on using the repository browser.