mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-27 05:42:16 +03: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__)
|