mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Define away 'Static' when compiling with USB_DEBUG defined, to make it
easier to debug.
This commit is contained in:
parent
6a69a08a22
commit
8d3dd017ad
1 changed files with 3 additions and 2 deletions
|
|
@ -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 a new issue