Define away 'Static' when compiling with USB_DEBUG defined, to make it
easier to debug.
This commit is contained in:
parent
b93d403a84
commit
bc1fa05148
@ -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