//
// 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