]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/debug_config.h
Adhoc fix compile error of usb_usb
[tmk_firmware.git] / common / debug_config.h
index e00fd10336768d2e8a0d289c6fe9aedcfdd7d8d4..43e4c5c554248dd349ad07adc808b5be48293114 100644 (file)
@@ -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)