aboutsummaryrefslogtreecommitdiff
path: root/common/debug_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/debug_config.h')
-rw-r--r--common/debug_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/debug_config.h b/common/debug_config.h
index e00fd1033..43e4c5c55 100644
--- a/common/debug_config.h
+++ b/common/debug_config.h
@@ -36,7 +36,7 @@ typedef union {
36 uint8_t reserved:4; 36 uint8_t reserved:4;
37 }; 37 };
38} debug_config_t; 38} debug_config_t;
39debug_config_t debug_config; 39extern debug_config_t debug_config;
40 40
41/* for backward compatibility */ 41/* for backward compatibility */
42#define debug_enable (debug_config.enable) 42#define debug_enable (debug_config.enable)