mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-07 00:45:24 -04:00
Compression tested over the air
This commit is contained in:
parent
99951676c0
commit
565a5f35eb
7 changed files with 134 additions and 127 deletions
|
@ -92,7 +92,7 @@ heatshrink_encoder *heatshrink_encoder_alloc(uint8_t window_sz2,
|
|||
* will be scanned for useful backreferences. */
|
||||
size_t buf_sz = (2 << window_sz2);
|
||||
|
||||
kprintf("Trying to allocate: %d\n", buf_sz);
|
||||
//kprintf("Trying to allocate: %d\n", buf_sz);
|
||||
heatshrink_encoder *hse = HEATSHRINK_MALLOC(sizeof(*hse) + buf_sz);
|
||||
if (hse == NULL) { return NULL; }
|
||||
hse->window_sz2 = window_sz2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue