6 #ifndef DRV_MACROS_HPP_
7 #define DRV_MACROS_HPP_
10 #include "LibMacros.hpp"
13 #if DRV_CFG_DEBUG_ENABLE
14 #define DRV_DEBUG LIB_DEBUG
15 #define DRV_ASSERT LIB_ASSERT
17 #define DRV_DEBUG(level, string, ...)
18 #define DRV_ASSERT(condition)
20 extern void __error__(
const char *fileName,
unsigned long line);