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/PIXY/Makefile

    r236 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#
     
    3737
    3838#
    39 #  RCAのディレクトリの定義
     39#  R2CAのディレクトリの定義
    4040#
    41 RCA_DIR = ../..
     41R2CA_DIR = ../..
    4242
    4343#
     
    5353APPL_DIR =
    5454
    55 APPL_DIR     += $(RCA_DIR)/arduino_lib/libraries/Pixy
     55APPL_DIR     += $(R2CA_DIR)/arduino_lib/libraries/Pixy
    5656
    57 include $(RCA_DIR)/lib/Makefile.rca
     57include $(R2CA_DIR)/lib/Makefile.r2ca
Note: See TracChangeset for help on using the changeset viewer.