빌드 warning 관련 수정

This commit is contained in:
2026-07-21 11:34:23 +09:00
parent 3c528b4c35
commit 0a88cfb01c
3 changed files with 10 additions and 8 deletions
-1
View File
@@ -687,7 +687,6 @@ int imu_fifo_read_latest(uint8_t *sample_bytes,
}
{
uint16_t raw_count = record_count;
record_count = imu_fifo_compact_records(record_count);
DBG_PRINTF("[IMU FIFO] compact %u -> %u\r\n", raw_count, record_count);
}