mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 20:59:50 +04:00
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__)
|