diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-08-24 22:23:17 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-08-27 21:57:49 +0300 |
commit | 0a11460175d6a838c71343c19eb4ce4699936247 (patch) | |
tree | e2e96c421172e212d6e623127d40d4582bd02127 /quantum/serial_link/protocol/byte_stuffer.c | |
parent | 8a9aac6e3237a505682cc7249a8dfff6cb964343 (diff) |
Build actual tests, convert byte_stuffer_tests
Diffstat (limited to 'quantum/serial_link/protocol/byte_stuffer.c')
-rw-r--r-- | quantum/serial_link/protocol/byte_stuffer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/serial_link/protocol/byte_stuffer.c b/quantum/serial_link/protocol/byte_stuffer.c index fb4c45a8dc..2c87d64c29 100644 --- a/quantum/serial_link/protocol/byte_stuffer.c +++ b/quantum/serial_link/protocol/byte_stuffer.c @@ -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; |