Skip to content

Commit

Permalink
fix(avoidance): clear rtc status in process on entry (autowarefoundat…
Browse files Browse the repository at this point in the history
…ion#4926)

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed Sep 15, 2023
1 parent bd1329f commit be42024
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2514,6 +2514,7 @@ void AvoidanceModule::updateData()
void AvoidanceModule::processOnEntry()
{
initVariables();
removeRTCStatus();
}

void AvoidanceModule::processOnExit()
Expand Down

0 comments on commit be42024

Please sign in to comment.