Skip to content
Snippets Groups Projects
Commit 5335fdaf authored by deuce's avatar deuce
Browse files

Fix last commit.

parent f2aff08b
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ extern "C" {
extern uint16_t crc16tbl[];
uint16_t crc16(char *data, uint32_t len);
uint16_t crc16(char* data, unsigned long len);
#ifdef __cplusplus
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment