GPS: need pgmspace.h for _write_progstr_block()

This commit is contained in:
Andrew Tridgell 2012-06-15 16:25:14 +10:00
parent 70f18289c5
commit a851c53de4

View File

@ -8,6 +8,7 @@
#include <inttypes.h>
#include <Stream.h>
#include <avr/pgmspace.h>
/// @class GPS
/// @brief Abstract base class for GPS receiver drivers.