mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
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
No EOL
102 B
C
4 lines
No EOL
102 B
C
#pragma once
|
|
#include <furi.h>
|
|
|
|
#define err(...) FURI_LOG_E("Heatshrink", "Error: %d-%s", __VA_ARGS__) |