X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Fserial_link%2Fprotocol%2Fbyte_stuffer.c;h=2c87d64c29c14b395e600ec528ccbdf1891c8d7f;hb=ed99581161b35b383ee9e1f5c070574524e9ea36;hp=fb4c45a8dc04a87549844e52cfa6adbec55ecc87;hpb=ac978a50a2f523f2de7f928a6b41ac40469911c2;p=qmk_firmware.git diff --git a/quantum/serial_link/protocol/byte_stuffer.c b/quantum/serial_link/protocol/byte_stuffer.c index fb4c45a8d..2c87d64c2 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;