Browse Source

AP_GPS: use AP_Progmem

master
Andrew Tridgell 12 years ago
parent
commit
18fb9c67f6
  1. 2
      libraries/AP_GPS/AP_GPS_NMEA.cpp
  2. 2
      libraries/AP_GPS/AP_GPS_NMEA.h
  3. 2
      libraries/AP_GPS/GPS.h

2
libraries/AP_GPS/AP_GPS_NMEA.cpp

@ -27,7 +27,7 @@ @@ -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>

2
libraries/AP_GPS/AP_GPS_NMEA.h

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

2
libraries/AP_GPS/GPS.h

@ -9,7 +9,7 @@ @@ -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.

Loading…
Cancel
Save