CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
heatshrink_common.h
Go to the documentation of this file.
1#ifndef HEATSHRINK_H
2#define HEATSHRINK_H
3
4#define HEATSHRINK_AUTHOR "Scott Vokes <vokes.s@gmail.com>"
5#define HEATSHRINK_URL "https://github.com/atomicobject/heatshrink"
6
7/* Version 0.4.1 */
8#define HEATSHRINK_VERSION_MAJOR 0
9#define HEATSHRINK_VERSION_MINOR 4
10#define HEATSHRINK_VERSION_PATCH 1
11
12#define HEATSHRINK_MIN_WINDOW_BITS 4
13#define HEATSHRINK_MAX_WINDOW_BITS 15
14
15#define HEATSHRINK_MIN_LOOKAHEAD_BITS 3
16
17#define HEATSHRINK_LITERAL_MARKER 0x01
18#define HEATSHRINK_BACKREF_MARKER 0x00
19
20#endif