Skip to content

Commit 0b2a4b1

Browse files
author
zhou jielei
committed
fix format
1 parent e7826fe commit 0b2a4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opendbc/safety/modes/honda.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ static void honda_rx_hook(const CANPacket_t *msg) {
8787
if (!acc_main_on) {
8888
controls_allowed = false;
8989
}
90-
}
90+
}
9191

9292
if ((msg->addr == 0x326U) && (!honda_bosch_scm_alt)) {
9393
acc_main_on = GET_BIT(msg, 28U);
9494
if (!acc_main_on) {
9595
controls_allowed = false;
9696
}
9797
}
98-
98+
9999
// enter controls when PCM enters cruise state
100100
if (pcm_cruise && (msg->addr == 0x17CU)) {
101101
const bool cruise_engaged = GET_BIT(msg, 38U);

0 commit comments

Comments
 (0)