HVAC_M7_CAN_UDS/crc32_uds.h

12 lines
202 B
C

//
// Created by cfif on 21.04.2026.
//
#ifndef HVAC_M7_CRC32_UDS_H
#define HVAC_M7_CRC32_UDS_H
#include "stdint.h"
uint32_t UdsCrc32(const uint8_t *data, uint32_t len);
#endif //HVAC_M7_CRC32_UDS_H