Skip to content

Commit

Permalink
Fix Header File
Browse files Browse the repository at this point in the history
  • Loading branch information
dnakhooda committed Oct 28, 2024
1 parent 8db0864 commit 4f25dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/stm32f405/include/can.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ typedef struct {
} can_msg_t;

HAL_StatusTypeDef can_init(can_t *can);
HAL_StatusTypeDef can_add_filter(can_t *can, uint32_t id1, uint32_t id2, uint32_t id3, uint32_t id4);
HAL_StatusTypeDef can_add_filter(can_t *can, uint32_t *id_list);
HAL_StatusTypeDef can_send_msg(can_t *can, can_msg_t *msg);
HAL_StatusTypeDef can_send_extended_msg(can_t *can, can_msg_t *msg);

Expand Down

0 comments on commit 4f25dc6

Please sign in to comment.