From 9714164079c43e4d8072cd2f13969a700eb458bc Mon Sep 17 00:00:00 2001 From: Bert Wijnants Date: Fri, 5 Feb 2021 00:45:56 +0100 Subject: [PATCH] #131 Try to fix clang formatting --- src/NMEA_parse.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/NMEA_parse.cpp b/src/NMEA_parse.cpp index cc8e082..68a8633 100644 --- a/src/NMEA_parse.cpp +++ b/src/NMEA_parse.cpp @@ -829,9 +829,7 @@ bool Adafruit_GPS::parseFix(char *p) { /*! @brief Parse a part of an NMEA string for antenna that is used @param p Pointer to the location of the token in the NMEA string - @return 3: external antenna - 2: internal antenna - 1: there was an antenna short or problem + @return 3=external 2=internal 1=there was an antenna short or problem */ /**************************************************************************/ bool Adafruit_GPS::parseAntenna(char *p) {