single is not float

that's what happens when you rush
This commit is contained in:
Rick Sellens 2020-01-19 20:16:24 -05:00
parent edc7146730
commit 716315af97
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 single
typedef float
nmea_float_t; ///< the type of variables to use for floating point
/**************************************************************************/