mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
AP_GPS: use AP_Progmem
This commit is contained in:
parent
69af1add15
commit
18fb9c67f6
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include <AP_Common.h>
|
#include <AP_Common.h>
|
||||||
|
|
||||||
#include <avr/pgmspace.h>
|
#include <AP_Progmem.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#include <AP_HAL.h>
|
#include <AP_HAL.h>
|
||||||
#include "GPS.h"
|
#include "GPS.h"
|
||||||
#include <avr/pgmspace.h>
|
#include <AP_Progmem.h>
|
||||||
|
|
||||||
|
|
||||||
/// NMEA parser
|
/// NMEA parser
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include <AP_HAL.h>
|
#include <AP_HAL.h>
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <avr/pgmspace.h>
|
#include <AP_Progmem.h>
|
||||||
|
|
||||||
/// @class GPS
|
/// @class GPS
|
||||||
/// @brief Abstract base class for GPS receiver drivers.
|
/// @brief Abstract base class for GPS receiver drivers.
|
||||||
|
Loading…
Reference in New Issue
Block a user