Skip to content

Commit 7044e2e

Browse files
committed
Add the debug print for ICM_20948_Stat_DMPVerifyFail
1 parent d5cada9 commit 7044e2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ICM_20948.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ void ICM_20948::debugPrintStatus(ICM_20948_Status_e stat)
107107
case ICM_20948_Stat_SensorNotSupported:
108108
debugPrint(F("Sensor Not Supported"));
109109
break;
110+
case ICM_20948_Stat_DMPVerifyFail:
111+
debugPrint(F("DMP Firmware Verification Failed"));
112+
break;
110113
default:
111114
debugPrint(F("Unknown Status"));
112115
break;

0 commit comments

Comments
 (0)