Compress: Binary-compatible config with OFW

This commit is contained in:
Willy-JL
2024-07-05 18:08:55 +02:00
parent 0ae2a8b437
commit d2561b788e
4 changed files with 16 additions and 22 deletions

View File

@@ -182,9 +182,9 @@ static void compress_test_heatshrink_stream() {
File* dest_file = storage_file_alloc(api);
CompressConfigHeatshrink config = {
.base.input_buffer_sz = 128,
.window_sz2 = 9,
.lookahead_sz2 = 4,
.input_buffer_sz = 128,
};
Compress* compress = compress_alloc(CompressTypeHeatshrink, &config);