Skip to content

Commit 8446402

Browse files
committed
Fix null mpu6050
1 parent 1a17497 commit 8446402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsc/k60/mpu6050.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Mpu6050::Mpu6050(const Config&)
227227
{
228228
LOG_DL("Configured not to use Mpu6050");
229229
}
230-
bool Mpu6050::Update() { return false; }
230+
bool Mpu6050::Update(bool) { return false; }
231231

232232
#endif /* LIBSC_USE_MPU6050 */
233233

0 commit comments

Comments
 (0)