Skip to content

Commit

Permalink
Fixed stepper TX check msg length.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed Aug 18, 2024
1 parent 65df8f4 commit 23dbb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board/safety/safety_bmw.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ RxCheck bmw_rx_checks[] = { // todo add .check_checksum and .max_counter
const CanMsg BMW_TX_MSGS[] = {
{BMW_CruiseControlStalk, BMW_PT_CAN, 4}, // Normal cruise control send status on PT-CAN
{BMW_CruiseControlStalk, BMW_F_CAN, 4}, // Dynamic cruise control send status on F-CAN
{558, BMW_F_CAN, 8}, // STEPPER_SERVO_CAN is allowed on F-CAN network
{558, BMW_AUX_CAN, 8}, // or on bus 2
{558, BMW_F_CAN, 5}, // STEPPER_SERVO_CAN is allowed on F-CAN network
{558, BMW_AUX_CAN, 5}, // or an standalone network
};

int SAMPLING_FREQ = 100; //Hz
Expand Down

0 comments on commit 23dbb6f

Please sign in to comment.