summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2015-09-04 12:48:01 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2015-09-04 12:48:01 +0200
commitdc75c584513dfd746f9819891c2eb6e77bfdf1ad (patch)
tree577d5f9ef7fbc43a5873492d386808518d845d94 /src/config.h
parent385a3d17995dafde4f2b57f8d3a42d4d4782119d (diff)
Better debug options, better string comparisons.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 07fcdfb..dde989d 100644
--- a/src/config.h
+++ b/src/config.h
@@ -5,6 +5,9 @@
#include "axis.h"
+/* Maximum length for a axis code. */
+#define RELABSD_CONF_AXIS_CODE_SIZE 2
+
/* Number of options that can be configured. */
#define RELABSD_OPTIONS_COUNT 3
@@ -15,7 +18,6 @@ enum relabsd_option
RELABSD_FRAMED_OPTION
};
-
struct relabsd_config_axis
{
/* relabsd axis properties */