Define away 'Static' when compiling with USB_DEBUG defined, to make it
easier to debug.
This commit is contained in:
parent
6a69a08a22
commit
8d3dd017ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94000
@ -62,9 +62,10 @@
|
||||
#define UHUB_DEBUG 1
|
||||
#define ULPT_DEBUG 1
|
||||
#define UAUDIO_DEBUG 1
|
||||
#endif
|
||||
|
||||
#define Static
|
||||
#else
|
||||
#define Static static
|
||||
#endif
|
||||
|
||||
typedef struct proc *usb_proc_ptr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user