Skip to content

Commit 25606ad

Browse files
authored
Merge pull request #62 from lwestfall/bool-alias-warn
Remove boolean alias
2 parents d436818 + 9e0654e commit 25606ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ICM_20948.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ A C++ interface to the ICM-20948
2020
class ICM_20948
2121
{
2222
private:
23-
Stream *_debugSerial; //The stream to send debug messages to if enabled
24-
boolean _printDebug = false; //Flag to print the serial commands we are sending to the Serial port for debug
23+
Stream *_debugSerial; //The stream to send debug messages to if enabled
24+
bool _printDebug = false; //Flag to print the serial commands we are sending to the Serial port for debug
2525

2626
const uint8_t MAX_MAGNETOMETER_STARTS = 10; // This replaces maxTries
2727

0 commit comments

Comments
 (0)