Add extern crc.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-03-30 23:44:21 +02:00
parent 3947b59881
commit 38fb8018e6
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -150,6 +150,8 @@ typedef struct {
extern void add_keyboard_buffer(const uint8_t *, size_t, bool);
extern void append_keyboard_buffer(const uint8_t *data, size_t data_len);
extern uint16_t calculate_crc(const uint8_t *data, size_t data_len);
#ifdef __cplusplus
}
#endif