aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-02-05 17:29:43 +0100
committerLouis Burda <quent.burda@gmail.com>2023-02-05 17:30:11 +0100
commit75991f63b5a061592d57b59a9c4f46a078d19406 (patch)
treef8122f7d557f3ed2439e50b12675b48d0de5fcdd /src/util.h
parentd19f5ce8b56e1199eb9e20ba83b38f8e3e915437 (diff)
downloadsxkbd-75991f63b5a061592d57b59a9c4f46a078d19406.tar.gz
sxkbd-75991f63b5a061592d57b59a9c4f46a078d19406.zip
Forward warning from slave to master and dont call hid and cdc tasks on slave
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 74e1997..8f727f7 100644
--- a/src/util.h
+++ b/src/util.h
@@ -9,7 +9,6 @@
#define ARRLEN(x) (sizeof(x) / sizeof((x)[0]))
-#define ERR(...) stdio_log(LOG_ERR, "ERR : " __VA_ARGS__)
#define WARN(...) stdio_log(LOG_WARN, "WARN : " __VA_ARGS__)
#define INFO(...) stdio_log(LOG_INFO, "INFO : " __VA_ARGS__)
#define DEBUG(...) stdio_log(LOG_DEBUG, "DEBUG: " __VA_ARGS__)
@@ -27,7 +26,6 @@
enum {
LOG_NONE,
- LOG_ERR,
LOG_WARN,
LOG_INFO,
LOG_DEBUG