Skip to content

Commit 21c697a

Browse files
committed
Remove boolean alias
1 parent 77316d2 commit 21c697a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ICM_20948.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ICM_20948
2121
{
2222
private:
2323
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
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)