Change boolean to bool in the examples
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
#include <SparkFun_u-blox_GNSS_Arduino_Library.h> //http://librarymanager/All#SparkFun_u-blox_GNSS
|
||||
SFE_UBLOX_GNSS myGNSS;
|
||||
|
||||
boolean usingAutoHNRAtt = false;
|
||||
boolean usingAutoHNRDyn = false;
|
||||
boolean usingAutoHNRPVT = false;
|
||||
bool usingAutoHNRAtt = false;
|
||||
bool usingAutoHNRDyn = false;
|
||||
bool usingAutoHNRPVT = false;
|
||||
|
||||
void setup()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user