mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-19 04:09:45 +00:00
Debugging and improvements
This commit is contained in:
parent
d489fa8d6d
commit
ce5597547c
4 changed files with 21 additions and 9 deletions
3
Makefile
3
Makefile
|
@ -6,7 +6,8 @@ CFLAGS=
|
|||
MACROS=\
|
||||
-DZMQ_TOKEN=\"$(ZMQ_TOKEN)\" \
|
||||
-DZMQ_MSG_SIZE=$(ZMQ_MSG_SIZE) \
|
||||
-DLOG_DELAY=$(LOG_DELAY)
|
||||
-DLOG_DELAY=$(LOG_DELAY) \
|
||||
-DMAX_QUEUE=$(MAX_QUEUE)
|
||||
|
||||
all: publisher subscriber
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue