정렬모드(IMU FIFO) 중에는 배터리/온도 보호 체크 스킵
This commit is contained in:
@@ -146,7 +146,7 @@ static void battery_work_handler(struct k_work *work)
|
||||
{
|
||||
ARG_UNUSED(work);
|
||||
|
||||
if (processing)
|
||||
if (processing || imu_fifo_is_active())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user