mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-07 04:16:26 +02:00
Minor changes
This commit is contained in:
parent
e8325d0005
commit
f66e5bf74f
2 changed files with 1 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -5,7 +5,6 @@ CFLAGS=
|
||||||
|
|
||||||
all: publisher client logger
|
all: publisher client logger
|
||||||
|
|
||||||
|
|
||||||
publisher: src/publisher.c
|
publisher: src/publisher.c
|
||||||
$(CC) -lzmq $^ -o $@
|
$(CC) -lzmq $^ -o $@
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ void start(char *power_path, char *busid, char *chipaddr);
|
||||||
int main (int argc, char *argv [])
|
int main (int argc, char *argv [])
|
||||||
{
|
{
|
||||||
if(argc != 3){
|
if(argc != 3){
|
||||||
printf("Usage: %s <client> <frequency>",argv[0]);
|
printf("Usage: %s <logdir> <client> <logfrequency>",argv[0]);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue