aboutsummaryrefslogtreecommitdiff
path: root/lib/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base.h')
-rw-r--r--lib/base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/base.h b/lib/base.h
index 7acf13f..e0cabc0 100644
--- a/lib/base.h
+++ b/lib/base.h
@@ -27,6 +27,9 @@
#ifndef VERBOSE
#define VERBOSE 0
#endif
+#ifndef PRINT_HEX
+#define PRINT_HEX 0
+#endif
typedef uint8_t u8;
typedef int8_t i8;