Use FaSTTUBe CAN Abstraction Layer
This commit is contained in:
@ -24,6 +24,6 @@ extern ShuntData shunt_data;
|
||||
void shunt_init();
|
||||
void shunt_check();
|
||||
|
||||
void shunt_handle_can_msg(CAN_RxHeaderTypeDef *header, uint8_t *data);
|
||||
void shunt_handle_can_msg(uint16_t id, const uint8_t *data);
|
||||
|
||||
#endif // INC_SHUNT_MONITORING_H
|
||||
|
||||
Reference in New Issue
Block a user