mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-06 03:46:25 +02:00
Minor changes
This commit is contained in:
parent
a049e4b17e
commit
af1b88d8fc
2 changed files with 3 additions and 1 deletions
BIN
logger
BIN
logger
Binary file not shown.
|
@ -8,7 +8,8 @@
|
|||
#include <string.h>
|
||||
#include <libgen.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include "../utils.h"
|
||||
|
||||
void start(char *power_path);
|
||||
|
||||
|
@ -35,4 +36,5 @@ void start(char *power_path){
|
|||
printf("Could not read %s\n",power_path);
|
||||
exit(2);
|
||||
}
|
||||
mkdir(STRINGIFY(LOGGER_DIR),0755);
|
||||
}
|
Loading…
Add table
Reference in a new issue