Browse Source

GPS: need pgmspace.h for _write_progstr_block()

master
Andrew Tridgell 13 years ago
parent
commit
a851c53de4
  1. 1
      libraries/AP_GPS/GPS.h

1
libraries/AP_GPS/GPS.h

@ -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…
Cancel
Save