mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: use AP_Progmem
This commit is contained in:
parent
69af1add15
commit
18fb9c67f6
|
@ -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>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include <AP_HAL.h>
|
||||
#include "GPS.h"
|
||||
#include <avr/pgmspace.h>
|
||||
#include <AP_Progmem.h>
|
||||
|
||||
|
||||
/// NMEA parser
|
||||
|
|
|
@ -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…
Reference in New Issue