Skip to content

Commit

Permalink
TransmissionDataDisplay rx check
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed Aug 17, 2024
1 parent dba0993 commit 7506eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions board/safety/safety_bmw.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RxCheck bmw_rx_checks[] = {
{.msg = {{BMW_AccPedal, BMW_PT_CAN, 8, .frequency = 100U}, { 0 }, { 0 }}},
{.msg = {{BMW_Speed, BMW_PT_CAN, 8, .frequency = 50U}, { 0 }, { 0 }}},
{.msg = {{BMW_SteeringWheelAngle, BMW_PT_CAN, 7, .frequency = 100U}, { 0 }, { 0 }}},
{.msg = {{BMW_TransmissionDataDisplay, BMW_PT_CAN, 7, .frequency = 5U}, { 0 }, { 0 }}},
// todo cruise control type dependant, use param:
// {.msg = {{BMW_CruiseControlStatus, BMW_PT_CAN, 8, .frequency = 50U}, { 0 }, { 0 }}},
// {.msg = {{BMW_DynamicCruiseControlStatus, BMW_F_CAN, 7, .frequency = 100U}, { 0 }, { 0 }}},
Expand Down

0 comments on commit 7506eba

Please sign in to comment.