Browse Source

Eclipse makefile support for examples.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1861 f9c3cf11-9bcb-44bc-f272-b75c42450872
master
james.goppert@gmail.com 14 years ago
parent
commit
2d1b59e9a6
  1. 2
      libraries/AP_ADC/examples/AP_ADC_test/Makefile
  2. 2
      libraries/FastSerial/examples/FastSerial/Makefile

2
libraries/AP_ADC/examples/AP_ADC_test/Makefile

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
BOARD = mega
include ../../../AP_Common/Arduino.mk

2
libraries/FastSerial/examples/FastSerial/Makefile

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
BOARD = mega
include ../../../AP_Common/Arduino.mk
Loading…
Cancel
Save