We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c0a49 commit 0cfcfd2Copy full SHA for 0cfcfd2
panda/board/safety/safety_honda.h
@@ -214,8 +214,6 @@ static int honda_rx_hook(CANPacket_t *to_push) {
214
}
215
216
bool stock_ecu_detected = false;
217
- int bus_rdr_car = (honda_hw == HONDA_BOSCH) ? 0 : 2; // radar bus, car side
218
- int pt_bus = (honda_hw == HONDA_BOSCH) ? 1 : 0;
219
220
if (safety_mode_cnt > RELAY_TRNS_TIMEOUT) {
221
// If steering controls messages are received on the destination bus, it's an indication
0 commit comments