From c93c19128e0065ed99ce9f52aacaa53e8ad35b20 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:14:34 -0600 Subject: [PATCH] Revert "SIlverado test" This reverts commit a0b6461d92da280ea7e3c88df188ab55fab951d0. --- panda/board/safety/safety_gm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/board/safety/safety_gm.h b/panda/board/safety/safety_gm.h index 75d000038..687461434 100644 --- a/panda/board/safety/safety_gm.h +++ b/panda/board/safety/safety_gm.h @@ -218,7 +218,7 @@ static void gm_rx_hook(const CANPacket_t *to_push) { bool cruise_engaged = (GET_BYTE(to_push, 2) >> 7) != 0U; // ACCCmdActive if (gm_bolt_2022_pedal) { cruise_engaged_prev = cruise_engaged; - } else if (gm_pcm_cruise && gm_has_acc && (gm_hw != GM_CAM)) { + } else if (gm_pcm_cruise && gm_has_acc) { pcm_cruise_check(cruise_engaged); } else { cruise_engaged_prev = cruise_engaged;