7bf0a4786c
* Rpc: reserve some bandwidth when screen streaming * Move furi_hal_compress to toolbox/comporess * Lib: heatshrink as external submodule, compile warnings fixes, better buffer management * Lib: cleanup compressor definitions * Rpc: add canvas orientation support * Format Sources
4 lines
102 B
C
4 lines
102 B
C
#pragma once
|
|
#include <furi.h>
|
|
|
|
#define err(...) FURI_LOG_E("Heatshrink", "Error: %d-%s", __VA_ARGS__) |