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
|
@ -27,6 +27,9 @@ SOFTWARE.
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#define MAX_FRAME_SIZE 1024
|
||||
#define NUM_LINKS 2
|
||||
|
||||
void init_byte_stuffer(void);
|
||||
void byte_stuffer_recv_byte(uint8_t link, uint8_t data);
|
||||
void byte_stuffer_send_frame(uint8_t link, uint8_t* data, uint16_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue