#131 Try to fix clang formatting

This commit is contained in:
Bert Wijnants 2021-02-05 00:45:56 +01:00
parent 6abd6f3548
commit 9714164079
1 changed files with 1 additions and 3 deletions

View File

@ -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) {