major bugfix: padding synch with zero
This commit is contained in:
parent
abb2731ed7
commit
d0997c2dab
2 changed files with 2 additions and 0 deletions
|
@ -238,6 +238,7 @@ const uint8_t syncword[2] = {0xD3,0x91};
|
|||
|
||||
// header: number of bytes in packet including header
|
||||
struct cc1020_header {
|
||||
uint8_t pad;
|
||||
uint8_t length;
|
||||
} __attribute__((packed));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue