#131 Even more to fix clang formatting

This commit is contained in:
Bert Wijnants 2021-02-05 01:02:44 +01:00
parent ab1e7d315a
commit 156a6dcb0c
1 changed files with 4 additions and 4 deletions

View File

@ -255,10 +255,10 @@ void Adafruit_GPS::common_init(void) {
lastline = line2; lastline = line2;
hour = minute = seconds = year = month = day = fixquality = fixquality_3d = hour = minute = seconds = year = month = day = fixquality = fixquality_3d =
satellites = antenna = 0; // uint8_t satellites = antenna = 0; // uint8_t
lat = lon = mag = 0; // char lat = lon = mag = 0; // char
fix = false; // bool fix = false; // bool
milliseconds = 0; // uint16_t milliseconds = 0; // uint16_t
latitude = longitude = geoidheight = altitude = speed = angle = magvariation = latitude = longitude = geoidheight = altitude = speed = angle = magvariation =
HDOP = VDOP = PDOP = 0.0; // nmea_float_t HDOP = VDOP = PDOP = 0.0; // nmea_float_t
#ifdef NMEA_EXTENSIONS #ifdef NMEA_EXTENSIONS