Merge "lmkd: Fix first poll of an event occuring sooner than intended." into main

This commit is contained in:
Treehugger Robot 2024-11-19 01:22:56 +00:00 committed by Gerrit Code Review
commit c1104f8127
1 changed files with 1 additions and 0 deletions

View File

@ -3840,6 +3840,7 @@ static void call_handler(struct event_handler_info* handler_info,
*/
poll_params->poll_start_tm = curr_tm;
poll_params->poll_handler = handler_info;
poll_params->last_poll_tm = curr_tm;
break;
case POLLING_PAUSE:
poll_params->paused_handler = handler_info;