mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 10:33:57 +08:00
USB: Update to FreeBSD trunk 2015-11-10
This commit is contained in:
@@ -38,7 +38,7 @@ extern int usb_debug;
|
||||
#define DPRINTFN(n,fmt,...) do { \
|
||||
if ((USB_DEBUG_VAR) >= (n)) { \
|
||||
printf("%s: " fmt, \
|
||||
__FUNCTION__,## __VA_ARGS__); \
|
||||
__FUNCTION__ ,##__VA_ARGS__); \
|
||||
} \
|
||||
} while (0)
|
||||
#define DPRINTF(...) DPRINTFN(1, __VA_ARGS__)
|
||||
|
Reference in New Issue
Block a user