Changing the class name in .h and .cpp
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
# Datatypes (KEYWORD1)
|
||||
#######################################
|
||||
|
||||
SFE_UBLOX_GPS KEYWORD1
|
||||
SFE_UBLOX_GNSS KEYWORD1
|
||||
|
||||
ubxPacket KEYWORD1
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -454,10 +454,10 @@ typedef struct
|
||||
bool moduleQueried;
|
||||
} moduleSWVersion_t;
|
||||
|
||||
class SFE_UBLOX_GPS
|
||||
class SFE_UBLOX_GNSS
|
||||
{
|
||||
public:
|
||||
SFE_UBLOX_GPS(void);
|
||||
SFE_UBLOX_GNSS(void);
|
||||
|
||||
// A default of 250ms for maxWait seems fine for I2C but is not enough for SerialUSB.
|
||||
// If you know you are only going to be using I2C / Qwiic communication, you can
|
||||
|
||||
Reference in New Issue
Block a user