This commit is contained in:
parent
b757c8e225
commit
63ffcdbe07
|
@ -0,0 +1,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
|
||||
#define SENT_MSG_DATA_SIZE 6
|
||||
/* Status + two 12-bit signals + CRC */
|
||||
#define SENT_MSG_PAYLOAD_SIZE (1 + SENT_MSG_DATA_SIZE + 1) // Size of payload
|
Loading…
Reference in New Issue