Skip to content

Commit 0cfcfd2

Browse files
author
Casey Francis
committed
Update safety_honda.h
1 parent c6c0a49 commit 0cfcfd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

panda/board/safety/safety_honda.h

-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ static int honda_rx_hook(CANPacket_t *to_push) {
214214
}
215215

216216
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;
219217

220218
if (safety_mode_cnt > RELAY_TRNS_TIMEOUT) {
221219
// If steering controls messages are received on the destination bus, it's an indication

0 commit comments

Comments
 (0)