mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Suppress compilation warnings in CAN driver
This commit is contained in:
parent
d881b7575e
commit
df3024cdfb
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ typedef struct {
|
|||
uint8_t AMR3; /**< \brief Acceptance Mask Register AMR3 */
|
||||
} CAN_filter_t;
|
||||
|
||||
extern void gpio_matrix_in(uint32_t gpio, uint32_t signal_idx, bool inv);
|
||||
extern void gpio_matrix_out(uint32_t gpio, uint32_t signal_idx, bool out_inv, bool oen_inv);
|
||||
extern void gpio_pad_select_gpio(uint8_t gpio_num);
|
||||
|
||||
/**
|
||||
* \brief Initialize the CAN Module
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue