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