Skip to content

Commit

Permalink
fix(avoidance): not init rtc status at onProcessEntry (autowarefounda…
Browse files Browse the repository at this point in the history
…tion#3804)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota committed Jun 7, 2023
1 parent 74679f7 commit a0da3b7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3121,7 +3121,6 @@ void AvoidanceModule::updateData()
void AvoidanceModule::processOnEntry()
{
initVariables();
initRTCStatus();
waitApproval();
}

Expand Down

0 comments on commit a0da3b7

Please sign in to comment.