mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-02 06:26:24 -04:00
After compression lib experiment
This commit is contained in:
parent
bdbfda626a
commit
434cf6f2e6
8 changed files with 1108 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue