From 716315af9716c3e4f3595bdbaac2f7c3b9ea483d Mon Sep 17 00:00:00 2001 From: Rick Sellens Date: Sun, 19 Jan 2020 20:16:24 -0500 Subject: [PATCH] single is not float that's what happens when you rush --- src/NMEA_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NMEA_data.h b/src/NMEA_data.h index 72ad58a..8178f67 100644 --- a/src/NMEA_data.h +++ b/src/NMEA_data.h @@ -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 /**************************************************************************/