Add extern crc.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
3947b59881
commit
38fb8018e6
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue