Changing the class name in .h and .cpp

This commit is contained in:
PaulZC
2021-01-09 08:24:16 +00:00
parent 627fc27700
commit 1506a7ca1d
3 changed files with 404 additions and 404 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
# Datatypes (KEYWORD1) # Datatypes (KEYWORD1)
####################################### #######################################
SFE_UBLOX_GPS KEYWORD1 SFE_UBLOX_GNSS KEYWORD1
ubxPacket KEYWORD1 ubxPacket KEYWORD1
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -454,10 +454,10 @@ typedef struct
bool moduleQueried; bool moduleQueried;
} moduleSWVersion_t; } moduleSWVersion_t;
class SFE_UBLOX_GPS class SFE_UBLOX_GNSS
{ {
public: 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. // 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 // If you know you are only going to be using I2C / Qwiic communication, you can