ardupilot/libraries/GCS_Console/examples/Console/Makefile
Pat Hickey ed19ff7f2f GCS_Console example: implement a trivial mavlink gcs
* Just heartbeats and sends a single parameter down
* all other messages unimplemented
* console is dumped to statustext at the moment (that will change soon)
2012-12-20 14:51:24 +11:00

3 lines
51 B
Makefile

BOARD = mega
include ../../../AP_Common/Arduino.mk