주석 정리

This commit is contained in:
2026-07-21 14:41:33 +09:00
parent d3513e3985
commit 0fc578fb50
4 changed files with 35 additions and 31 deletions
-1
View File
@@ -688,7 +688,6 @@ int imu_fifo_read_latest(uint8_t *sample_bytes,
{
record_count = imu_fifo_compact_records(record_count);
DBG_PRINTF("[IMU FIFO] compact %u -> %u\r\n", raw_count, record_count);
}
if (record_count > max_samples)
{