Revision b7ac1f29

View differences:

periphery-lld/periphAL.h
69 69

  
70 70
#else /* (AMIROOS_CFG_DBG != true) */
71 71

  
72
#define apalDbgAssert(constition)
73
#define apalDbgAssertMsg(condition, fmt, ...)
74
#define apalDbgPrintf(fmt, ...)
72
#define apalDbgAssert(condition)                                              \
73
  (void)(condition)
74

  
75
#define apalDbgAssertMsg(condition, fmt, ...)                                 \
76
  (void)(condition);                                                          \
77
  (void)(fmt)
78

  
79
#define apalDbgPrintf(fmt, ...)                                               \
80
  (void)(fmt)
75 81

  
76 82
#endif /* (AMIROOS_CFG_DBG == true) */
77 83

  

Also available in: Unified diff