From a6a3304fed2a68ed58435740fb92aed4b9630c0a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 17 Jul 2023 18:41:23 +0200 Subject: Minor changes --- src/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 2f5f82a..5cf2b3c 100644 --- a/src/utils.h +++ b/src/utils.h @@ -12,6 +12,7 @@ #define STATIC_LEN 255 #define MAX_RECORD_LEN 100 #define MAX_QUEUES 1 +#define CSV_HEADER "timestamp,nsecs,power" #ifndef ZMQ_TOKEN #define ZMQ_TOKEN "ina260-zmq-publisher" -- cgit v1.2.3