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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/examples/WifiEcho/Makefile

    r146 r260  
    77#  アプリケーションファイル
    88#
    9 APPL_CXXOBJS += rca_app.o
     9APPL_CXXOBJS += r2ca_app.o
    1010APPL_COBJS   +=
    11 APPL_CFG      = rca_app.cfg
     11APPL_CFG      = r2ca_app.cfg
    1212
    1313#
     
    3232
    3333#
    34 #  RCAのディレクトリの定義
     34#  R2CAのディレクトリの定義
    3535#
    36 RCA_DIR = ../..
     36R2CA_DIR = ../..
    3737
    3838#
     
    4949
    5050
    51 APPL_DIR     += $(RCA_DIR)/arduino_lib/libraries/ESP8266_Arudino_AT/
     51APPL_DIR     += $(R2CA_DIR)/arduino_lib/libraries/ESP8266_Arudino_AT/
    5252APPL_CXXOBJS += ESP8266.o
    5353
    54 include $(RCA_DIR)/lib/Makefile.rca
     54include $(R2CA_DIR)/lib/Makefile.r2ca
Note: See TracChangeset for help on using the changeset viewer.