UNPKG
mavlink
Version:
latest (1.0.1)
1.0.1
1.0.0
Encode and decode MAVLink messages
omcaree/node-mavlink
mavlink
/
src
/
mavlink
/
pymavlink
/
APM_Mavtest
/
Makefile
11 lines
(8 loc)
•
173 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
#
# 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