mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
some fixes
This commit is contained in:
@ -20,7 +20,9 @@
|
||||
#include <stdint.h>
|
||||
|
||||
void CRC_Init(void);
|
||||
void CRC_InitReverse(void);
|
||||
#ifdef ENABLE_MDC1200
|
||||
void CRC_InitReverse(void);
|
||||
#endif
|
||||
uint16_t CRC_Calculate(const void *buffer, const unsigned int size);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user