From ea524d7befeb743c5316cb472f9180536ced5862 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 22 Sep 2014 10:42:20 +0900 Subject: Adhoc fix compile error of usb_usb --- common/debug_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/debug_config.h') 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) -- cgit v1.2.3