mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-15 05:08:41 -04:00
6 lines
111 B
Makefile
6 lines
111 B
Makefile
BOARD = mega
|
|
include ../../../AP_Common/Arduino.mk
|
|
|
|
purple:
|
|
make -f Makefile EXTRAFLAGS="-DPURPLE_HARDWARE=1"
|