Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
martinl committed Jul 19, 2023
1 parent 480b103 commit 612396f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety/safety_subaru_preglobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const uint32_t SUBARU_PG_BRAKE_THRSLD = 2; // filter sensor noise, max_brake is

const CanMsg SUBARU_PG_TX_MSGS[] = {
{MSG_SUBARU_PG_ES_Distance, SUBARU_PG_MAIN_BUS, 8},
{MSG_SUBARU_PG_ES_LKAS, SUBARU_PG_MAIN_BUS, 8}
{MSG_SUBARU_PG_ES_LKAS, SUBARU_PG_MAIN_BUS, 8},
{MSG_SUBARU_PG_Throttle, SUBARU_PG_CAM_BUS, 8}
};
#define SUBARU_PG_TX_MSGS_LEN (sizeof(SUBARU_PG_TX_MSGS) / sizeof(SUBARU_PG_TX_MSGS[0]))
Expand Down

0 comments on commit 612396f

Please sign in to comment.