]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/serial_link/protocol/byte_stuffer.c
Add documentation for led matrix
[qmk_firmware.git] / quantum / serial_link / protocol / byte_stuffer.c
index fb4c45a8dc04a87549844e52cfa6adbec55ecc87..2c87d64c29c14b395e600ec528ccbdf1891c8d7f 100644 (file)
@@ -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;