Build actual tests, convert byte_stuffer_tests
This commit is contained in:
parent
8a9aac6e32
commit
0a11460175
7 changed files with 181 additions and 181 deletions
|
@ -31,9 +31,6 @@ SOFTWARE.
|
|||
// https://en.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing
|
||||
// http://www.stuartcheshire.org/papers/COBSforToN.pdf
|
||||
|
||||
#define MAX_FRAME_SIZE 1024
|
||||
#define NUM_LINKS 2
|
||||
|
||||
typedef struct byte_stuffer_state {
|
||||
uint16_t next_zero;
|
||||
uint16_t data_pos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue