Revision 3e1a9c79 os/core/inc/aos_debug.h

View differences:

os/core/inc/aos_debug.h
61 61
 */
62 62
#define aosDbgPrintf(fmt, ...)           chprintf((BaseSequentialStream*)&aos.iostream, fmt, ##__VA_ARGS__)
63 63

  
64
#else
64
#else /* (AMIROOS_CFG_DBG != true) */
65 65

  
66 66
#define aosDbgCheck(c) {                                  \
67 67
  (void)(c);                                              \

Also available in: Unified diff