Remove duplicate word in comment (#974)

Remove duplicate word
This commit is contained in:
Jason Wen
2022-06-22 00:53:49 -04:00
committed by GitHub
parent e1b2f1253c
commit e6c2b0ff01

View File

@@ -264,7 +264,7 @@ static int honda_tx_hook(CANPacket_t *to_send, bool longitudinal_allowed) {
}
// disallow actuator commands if gas or brake (with vehicle moving) are pressed
// and the the latching controls_allowed flag is True
// and the latching controls_allowed flag is True
int pedal_pressed = brake_pressed_prev && vehicle_moving;
bool alt_exp_allow_gas = alternative_experience & ALT_EXP_DISABLE_DISENGAGE_ON_GAS;
if (!alt_exp_allow_gas) {