Update interface.py

This commit is contained in:
firestar5683
2026-01-09 16:52:08 -06:00
parent fa9234212b
commit 36c2cb5fb0
+1
View File
@@ -401,6 +401,7 @@ class CarInterface(CarInterfaceBase):
if (self.CP.flags & GMFlags.PEDAL_LONG.value) and \
self.CP.transmissionType == TransmissionType.direct and \
self.CP.carFingerprint != CAR.CHEVROLET_MALIBU_HYBRID_CC and \
not self.CS.single_pedal_mode and \
c.longActive:
events.add(FrogPilotEventName.pedalInterceptorNoBrake)