Print this page
10805 Fix for 10687 can be improved
*** 90,103 ****
#define EIB_DPRINTF_DEBUG eib_dprintf_debug
#define EIB_DPRINTF_ARGS eib_dprintf_args
#define EIB_DPRINTF_PKT eib_dprintf_pkt
#define EIB_DPRINTF_VERBOSE eib_dprintf_verbose
#else
! #define EIB_DPRINTF_DEBUG(...)
! #define EIB_DPRINTF_ARGS(...)
! #define EIB_DPRINTF_PKT(...)
! #define EIB_DPRINTF_VERBOSE(...)
#endif
/*
* EoIB threads to provide various services
*/
--- 90,103 ----
#define EIB_DPRINTF_DEBUG eib_dprintf_debug
#define EIB_DPRINTF_ARGS eib_dprintf_args
#define EIB_DPRINTF_PKT eib_dprintf_pkt
#define EIB_DPRINTF_VERBOSE eib_dprintf_verbose
#else
! #define EIB_DPRINTF_DEBUG(...) (void)(0)
! #define EIB_DPRINTF_ARGS(...) (void)(0)
! #define EIB_DPRINTF_PKT(...) (void)(0)
! #define EIB_DPRINTF_VERBOSE(...) (void)(0)
#endif
/*
* EoIB threads to provide various services
*/