err.h 102 B

1234
  1. #pragma once
  2. #include <furi.h>
  3. #define err(...) FURI_LOG_E("Heatshrink", "Error: %d-%s", __VA_ARGS__)