---minor update
This commit is contained in:
parent
3f9bdbe981
commit
9c3d692e47
|
@ -1197,9 +1197,9 @@ static void OnYunhornSTSDurationCheckTimerEvent(void *context)
|
|||
*/
|
||||
switch (sts_fall_rising_detected_result){
|
||||
case STS_PRESENCE_NORMAL:
|
||||
sts_o7_sensorData.fall_state = 0;
|
||||
sts_o7_sensorData.fall_state = STS_PRESENCE_NORMAL;
|
||||
sts_o7_sensorData.fall_laydown_duration=0;
|
||||
sts_o7_sensorData.unconscious_state =0;
|
||||
sts_o7_sensorData.unconscious_state =STS_PRESENCE_NORMAL;
|
||||
sts_o7_sensorData.unconscious_duration =0;
|
||||
sts_o7_sensorData.no_movement_duration =0;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue