Update NMEA_data.h

This commit is contained in:
Rick Sellens 2020-01-19 19:48:00 -05:00
parent 7d806715fc
commit edc7146730
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
hit, and closer than needed for navigation, so floats can be used to save a
little storage.
**************************************************************************/
typedef double
typedef single
nmea_float_t; ///< the type of variables to use for floating point
/**************************************************************************/