aboutsummaryrefslogtreecommitdiff
path: root/mcu/sys-gnu-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'mcu/sys-gnu-linux.h')
-rw-r--r--mcu/sys-gnu-linux.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcu/sys-gnu-linux.h b/mcu/sys-gnu-linux.h
index 6fbc081..ea8a64d 100644
--- a/mcu/sys-gnu-linux.h
+++ b/mcu/sys-gnu-linux.h
@@ -7,6 +7,12 @@ extern const uint8_t sys_board_name[];
# define SYS_BOARD_ID BOARD_ID
#endif
+#define DEBUG_LED (1 << 1)
+#define DEBUG_FLASH (1 << 2)
+#define DEBUG_USB (1 << 3)
+
+extern int debug;
+
static inline const uint8_t *
unique_device_id (void)
{