5 lines
120 B
C
5 lines
120 B
C
#pragma once
|
|
|
|
uint8_t calculate_checksum(const uint8_t *dat, uint32_t len);
|
|
void can_set_checksum(CANPacket_t *packet);
|