Change boolean to bool in the examples

This commit is contained in:
PaulZC
2021-11-16 16:53:59 +00:00
parent d12c473985
commit 8025ebad48
9 changed files with 12 additions and 12 deletions
@@ -45,7 +45,7 @@
class SFE_UBLOX_GPS_ADD : public SFE_UBLOX_GNSS
{
public:
boolean getModuleInfo(uint16_t maxWait = 1100); //Queries module, texts
bool getModuleInfo(uint16_t maxWait = 1100); //Queries module, texts
struct minfoStructure // Structure to hold the module info (uses 341 bytes of RAM)
{
@@ -115,7 +115,7 @@ void loop()
{
}
boolean SFE_UBLOX_GPS_ADD::getModuleInfo(uint16_t maxWait)
bool SFE_UBLOX_GPS_ADD::getModuleInfo(uint16_t maxWait)
{
myGNSS.minfo.hwVersion[0] = 0;
myGNSS.minfo.swVersion[0] = 0;