mirror of
https://github.com/adafruit/Adafruit_GPS.git
synced 2026-07-27 19:57:17 +00:00
Make clang happy
This commit is contained in:
@@ -209,8 +209,8 @@ Adafruit_GPS::Adafruit_GPS(HardwareSerial *ser) {
|
||||
*/
|
||||
/**************************************************************************/
|
||||
Adafruit_GPS::Adafruit_GPS(Stream *data) {
|
||||
common_init(); // Set everything to common state, then...
|
||||
gpsStream = data; // ...override gpsStream with value passed.
|
||||
common_init(); // Set everything to common state, then...
|
||||
gpsStream = data; // ...override gpsStream with value passed.
|
||||
}
|
||||
|
||||
/**************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user