This commit is contained in:
Rick Sellens 2020-01-19 20:25:14 -05:00
parent 716315af97
commit af963a4846
1 changed files with 1 additions and 2 deletions

View File

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