mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix the calc_crc_16_ccitt signature to match the source file
This commit is contained in:
@@ -141,9 +141,8 @@ bin_to_uint8(const uint8_t *bin)
|
||||
}
|
||||
|
||||
/* crc.c */
|
||||
uint32_t
|
||||
calc_crc_16_ccitt(const uint8_t *src, uint32_t nbytes, uint16_t crcwk);
|
||||
|
||||
uint16_t
|
||||
calc_crc_16_ccitt(const uint8_t *src, size_t nbytes, uint16_t crc);
|
||||
#if defined(__cplusplus)
|
||||
} /* extern "C" { */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user