added extra crcs for c
This commit is contained in:
parent
058bc70b84
commit
d071a5350a
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
#define HYDROLINK_MAX_PAYLOAD_LEN 6
|
||||
#define HYDROLINK_MAX_MSG_LEN (HYDROLINK_MAX_PAYLOAD_LEN + HYDROLINK_NON_PAYLOAD_LEN)
|
||||
|
||||
#define HYDROLINK_MSG_CRCS {73, 58, 250, 38, 28}
|
||||
|
||||
struct hydrolink_msg_s;
|
||||
|
||||
typedef struct hydrolink_msg_s hydrolink_msg_t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue