aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/espik_global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/espik_global.h b/src/espik_global.h
index e7b5bc0..52ca34f 100644
--- a/src/espik_global.h
+++ b/src/espik_global.h
@@ -5,7 +5,8 @@
#define ESPIK_VERSION "0.0.1"
#define MAX_LEN 512
-#define STDIN_FILENO 1
+
+#define _D_ 0
#define __UNUSED__ __attribute__((unused))