Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Sep 7, 2023
1 parent 2908e8a commit 88039ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety/safety_hyundai_canfd.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const CanMsg HYUNDAI_CANFD_HDA1_TX_MSGS[] = {
{0x1E0, 0, 16}, // LFAHDA_CLUSTER
};

#define HYUNDAI_CANFD_COMMON_ADDR_CHECKS(pt_bus) \
#define HYUNDAI_CANFD_COMMON_ADDR_CHECKS(pt_bus) \
/* ACCELERATOR, ACCELERATOR_BRAKE_ALT, ACCELERATOR_ALT */ \
{.msg = {{0x35, (pt_bus), 32, .check_checksum = true, .max_counter = 0xffU, .expected_timestep = 10000U}, \
{0x100, 0, 32, .check_checksum = true, .max_counter = 0xffU, .expected_timestep = 10000U}, \
Expand Down

0 comments on commit 88039ff

Please sign in to comment.