提交一个更改,将一个flag标志量修复,不影响实际功能
This commit is contained in:
parent
2e72e72eb5
commit
2c5292cf42
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue