1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added missing changes for previous commits

This commit is contained in:
Steffen Vogel 2016-06-08 22:52:43 +02:00
parent 8ab6fa162f
commit 0dd1c68b09

View file

@ -21,10 +21,8 @@
#define VERSION "v0.5-" _GIT_REV
/** Default number of values in a message */
#define DEFAULT_MSGVALUES 64
/** Maximum number of messages in the circular history buffer */
#define DEFAULT_POOLSIZE 32
#define DEFAULT_VALUES 64
#define DEFAULT_QUEUELEN 1024
/** Width of log output in characters */
#define LOG_WIDTH 132