diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2024-02-02 13:17:07 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2024-02-02 13:17:07 +0100 |
| commit | 72d6ef9ec6893f98630e46c70cf8cefba4c4fa80 (patch) | |
| tree | ff6675e4c87aa91e981bc66880839b3e9ed54314 /src/utils.h | |
| parent | 1e8c15ca87a6df0305396dacc267ba65d28c8631 (diff) | |
Minor changes
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 1932f11..fbade91 100644 --- a/src/utils.h +++ b/src/utils.h @@ -12,6 +12,7 @@ #define STATIC_LEN 255 #define MAX_RECORD_LEN 100 #define CSV_HEADER "timestamp,nsecs,power" +#define BREAK_DURATION 10 #ifndef MAX_QUEUES #define MAX_QUEUES 1 @@ -38,4 +39,4 @@ #define DIR_EXISTS(path) (dir_exists(path)) void mkdirp(char *path); -unsigned char dir_exists(char *path);
\ No newline at end of file +unsigned char dir_exists(char *path); |
