AP_GPS: use AP_Progmem

This commit is contained in:
Andrew Tridgell 2012-12-13 08:45:12 +11:00
parent 69af1add15
commit 18fb9c67f6
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
#include <AP_Common.h>
#include <avr/pgmspace.h>
#include <AP_Progmem.h>
#include <ctype.h>
#include <stdint.h>
#include <stdlib.h>

View File

@ -44,7 +44,7 @@
#include <AP_HAL.h>
#include "GPS.h"
#include <avr/pgmspace.h>
#include <AP_Progmem.h>
/// NMEA parser

View File

@ -9,7 +9,7 @@
#include <AP_HAL.h>
#include <inttypes.h>
#include <avr/pgmspace.h>
#include <AP_Progmem.h>
/// @class GPS
/// @brief Abstract base class for GPS receiver drivers.