Adhoc fix compile error of usb_usb
This commit is contained in:
parent
b9e265368f
commit
ea524d7bef
11 changed files with 27 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue