summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-17 17:58:20 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-17 17:58:20 +0200
commit78b28ce9234647709b8a60fb8b9f72ebaf874a1b (patch)
tree408cc477c7535f2a8bdbb3a4f11e08dac2c8100d /src/utils.h
parentc79a02c57bd20cf5b3b289fc9d6da7fdcc4a5d1d (diff)
Minor changes
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h
index 6705ebf..f27ff9e 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -10,8 +10,7 @@
#define INA260_SYSFS "/sys/kernel/ina260"
#define INA260_POWER_REGISTER "registers/power"
#define STATIC_LEN 255
-#define RECORD_QUEUES 1
-#define RECORD_MAX 100000
+#define MAX_QUEUES 1
#ifndef ZMQ_TOKEN
#define ZMQ_TOKEN "ina260-zmq-publisher"