fix.. hyundai safety...

This commit is contained in:
ajouatom 2025-02-07 20:23:17 +09:00
parent 5d6654afca
commit 2aedacd0aa

View File

@ -74,8 +74,9 @@ void hyundai_common_cruise_state_check(const bool cruise_engaged) {
}
if (!cruise_engaged) {
if(controls_allowed) print("controls_allowed1 = false\n");
controls_allowed = false;
print("controls_allowed1 = false\n");
}
cruise_engaged_prev = cruise_engaged;
}