After compression lib experiment

This commit is contained in:
Mark Qvist 2014-04-14 11:44:39 +02:00
parent bdbfda626a
commit 434cf6f2e6
8 changed files with 1108 additions and 3 deletions

View file

@ -4,9 +4,11 @@
#include <cfg/compiler.h>
#include <io/kfile.h>
#include "compression/lzfx.h"
// Frame sizing & checksum
#define MP1_MIN_FRAME_LENGTH 3
#define MP1_MAX_FRAME_LENGTH 300
#define MP1_MAX_FRAME_LENGTH 200
#define MP1_CHECKSUM_INIT 0xAA
// We need to know some basic HDLC flag bytes