summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 4037ac8..e89b91f 100644
--- a/include/common.h
+++ b/include/common.h
@@ -10,6 +10,7 @@
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
+#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include "errnum.h"
@@ -82,7 +83,6 @@ extern volatile uint_least8_t Stat;
#define S_10MS_TO (1<<0)
#define S_MSG_PENDING (1<<1)
-#define S_IO_0X40 (1<<2)
#define S_CON_PENDING (1<<3)
#define S_RESET_POLARITY (1<<4)