aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/serial_link/protocol/byte_stuffer.h
diff options
context:
space:
mode:
authorDamien <Dbroqua@users.noreply.github.com>2016-08-29 22:33:50 +0200
committerGitHub <noreply@github.com>2016-08-29 22:33:50 +0200
commitaf24ea558a65fea549bd9f57a9704b904972d2f7 (patch)
tree50cd382df7dac58057c958f62732174cf0dfe920 /quantum/serial_link/protocol/byte_stuffer.h
parent8e058135e2905d6a2ec281d29e5a93cb808bd8a5 (diff)
parent6d1e916851daa7bcbd8ef31b6fbc73cb369ef1f0 (diff)
downloadfirmware-af24ea558a65fea549bd9f57a9704b904972d2f7.tar.gz
firmware-af24ea558a65fea549bd9f57a9704b904972d2f7.tar.bz2
firmware-af24ea558a65fea549bd9f57a9704b904972d2f7.zip
Merge pull request #3 from jackhumbert/master
Merge from jackhumbert
Diffstat (limited to 'quantum/serial_link/protocol/byte_stuffer.h')
-rw-r--r--quantum/serial_link/protocol/byte_stuffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/serial_link/protocol/byte_stuffer.h b/quantum/serial_link/protocol/byte_stuffer.h
index 2cc88beb4..97e896856 100644
--- a/quantum/serial_link/protocol/byte_stuffer.h
+++ b/quantum/serial_link/protocol/byte_stuffer.h
@@ -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);