Skip to content

Commit

Permalink
Merge pull request #62 from lwestfall/bool-alias-warn
Browse files Browse the repository at this point in the history
Remove boolean alias
  • Loading branch information
PaulZC authored May 11, 2021
2 parents d436818 + 9e0654e commit 25606ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ICM_20948.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ A C++ interface to the ICM-20948
class ICM_20948
{
private:
Stream *_debugSerial; //The stream to send debug messages to if enabled
boolean _printDebug = false; //Flag to print the serial commands we are sending to the Serial port for debug
Stream *_debugSerial; //The stream to send debug messages to if enabled
bool _printDebug = false; //Flag to print the serial commands we are sending to the Serial port for debug

const uint8_t MAX_MAGNETOMETER_STARTS = 10; // This replaces maxTries

Expand Down

0 comments on commit 25606ad

Please sign in to comment.