mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
GPS: need pgmspace.h for _write_progstr_block()
This commit is contained in:
parent
ae9883a8e2
commit
b32726e867
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <Stream.h>
|
#include <Stream.h>
|
||||||
|
#include <avr/pgmspace.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