Skip to content

Commit 84295aa

Browse files
authored
Fix typo in bno080sensor.cpp logging (#526)
1 parent bcb2ad3 commit 84295aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sensors/bno080sensor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ void BNO080Sensor::motionLoop() {
259259
onTableCalEnabled
260260
);
261261
m_Logger.info(
262-
"BNO08X calibration satus received: Status: %d, Accel: %d, Gyro: %d, "
262+
"BNO08X calibration status received: Status: %d, Accel: %d, Gyro: %d, "
263263
"Mag: %d, Planar: %d, OnTable: %d",
264264
calibrationResponseStatus,
265265
accelCalEnabled,

0 commit comments

Comments
 (0)