Revert "SIlverado test"

This reverts commit a0b6461d92.
This commit is contained in:
firestar5683
2026-02-16 17:14:34 -06:00
parent ec5289a0a9
commit c93c19128e
+1 -1
View File
@@ -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;