From dc75c584513dfd746f9819891c2eb6e77bfdf1ad Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 4 Sep 2015 12:48:01 +0200 Subject: Better debug options, better string comparisons. --- src/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/config.h') 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 */ -- cgit v1.2.3-70-g09d2