Define away 'Static' when compiling with USB_DEBUG defined, to make it

easier to debug.
This commit is contained in:
joe 2002-04-06 21:46:47 +00:00
parent b93d403a84
commit bc1fa05148

View File

@ -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;