summaryrefslogtreecommitdiff
path: root/common/debug_config.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-09-22 10:42:20 +0900
committertmk <nobody@nowhere>2014-09-22 10:42:20 +0900
commitea524d7befeb743c5316cb472f9180536ced5862 (patch)
tree1be232413b52bcac278d25be074c5394f069c283 /common/debug_config.h
parentb9e265368fde73daff069788dcb58c8230d01b32 (diff)
Adhoc fix compile error of usb_usb
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 e00fd10336..43e4c5c554 100644
--- a/common/debug_config.h
+++ b/common/debug_config.h
@@ -36,7 +36,7 @@ typedef union {
uint8_t reserved:4;
};
} debug_config_t;
-debug_config_t debug_config;
+extern debug_config_t debug_config;
/* for backward compatibility */
#define debug_enable (debug_config.enable)