data/method/mavlink/pymavlink/APM_Mavtest/Makefile

11 lines
173 B
Makefile
Raw Normal View History

2024-07-24 18:30:46 +08:00
#
# Trivial makefile for building APM
#
#
# Select 'mega' for the original APM, or 'mega2560' for the V2 APM.
#
BOARD = mega2560
include ../libraries/AP_Common/Arduino.mk