mispelled word

master
Riccardo 2019-11-19 10:22:22 -08:00
parent 57f5ef8cd8
commit fb81414305
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ static void honda_rx_hook(CAN_FIFOMailBox_TypeDef *to_push) {
}
// if steering controls messages are received on the destination bus, it's an indication
// that the relay might be malfucntioning
// that the relay might be malfunctioning
int bus_rdr_car = (board_has_relay()) ? 0 : 2; // radar bus, car side
if ((addr == 0xE4) || (addr == 0x194)) {
if ((honda_bosch_hardware && (bus == bus_rdr_car)) ||