mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-06 07:53:57 -04:00
7 lines
99 B
Makefile
7 lines
99 B
Makefile
#
|
|
# Trivial makefile for building APM
|
|
#
|
|
BOARD=uno
|
|
include ../../../libraries/AP_Common/Arduino.mk
|
|
|