정렬모드(IMU FIFO) 중에는 배터리/온도 보호 체크 스킵

This commit is contained in:
2026-06-25 17:03:41 +09:00
parent 4c5e624830
commit c835513727
3 changed files with 12 additions and 1 deletions
+5
View File
@@ -689,6 +689,11 @@ int imu_fifo_read_latest(uint8_t *sample_bytes,
return 0;
}
bool imu_fifo_is_active(void)
{
return fifo_active;
}
int imu_fifo_stop(void)
{
int ret = 0;