diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |