ardupilot/libraries/AP_GPS/examples/GPS_AUTO_test
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes
Most of AP_Progmem is already gone so we can stop including it in most
of the places. The only places that need it are the ones using
pgm_read_*() APIs.

In some cases the header needed to be added in the .cpp since it was
removed from the .h to reduce scope. In those cases the headers were
also reordered.
2015-10-30 14:35:32 +09:00
..
GPS_AUTO_test.cpp Minimize AP_Progmem.h includes 2015-10-30 14:35:32 +09:00
Makefile build: change from Arduino.mk to apm.mk 2013-01-02 17:29:37 +11:00
make.inc build: compile only the HAL files needed by the board 2015-10-21 09:16:07 +11:00
nocore.inoflag AP_GPS: Builds under AP_HAL. Not tested. 2012-12-20 14:51:25 +11:00