提交一个更改,将一个flag标志量修复,不影响实际功能

This commit is contained in:
小马_666 2025-02-13 14:04:20 +08:00
parent 2e72e72eb5
commit 2c5292cf42
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ static void H308_HandleAlarm(uint8_t count, uint8_t threshold)
else if ((H308.Data.lel == 0) && (count == 0)) else if ((H308.Data.lel == 0) && (count == 0))
{ {
alarm_flag = 0; alarm_flag = 0;
H308.detection_flag = kH308Alarm; H308.detection_flag = kH308Normal;
} }
} }