mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
1456a2a912
ArduCopterMega -> ArduCopter added archives directory for old code
11 lines
169 B
Makefile
11 lines
169 B
Makefile
#
|
|
# Trivial makefile for building APM
|
|
#
|
|
|
|
#
|
|
# Select 'mega' for the original APM, or 'mega2560' for the V2 APM.
|
|
#
|
|
BOARD = mega
|
|
|
|
include ../libraries/AP_Common/Arduino.mk
|