Revision ded1ded7 periphery-lld/aos_periphAL.h
| periphery-lld/aos_periphAL.h | ||
|---|---|---|
| 24 | 24 |
/*============================================================================*/ |
| 25 | 25 |
|
| 26 | 26 |
#include <aosconf.h> |
| 27 |
#include <alldconf.h> |
|
| 27 | 28 |
#include <hal.h> |
| 28 | 29 |
|
| 29 | 30 |
/*============================================================================*/ |
| 30 | 31 |
/* DEBUG */ |
| 31 | 32 |
/*============================================================================*/ |
| 32 | 33 |
|
| 33 |
#if (AMIROOS_CFG_DBG != true) |
|
| 34 |
#if (AMIROLLD_CFG_DBG == true) && (AMIROOS_CFG_DBG != true)
|
|
| 34 | 35 |
|
| 35 |
#define apalDbgAssert(condition)
|
|
| 36 |
#define apalDbgAssertMsg(condition, fmt, ...)
|
|
| 36 | 37 |
|
| 37 | 38 |
#define apalDbgPrintf(fmt, ...) 0 |
| 38 | 39 |
|
| 39 |
#endif /* (AMIROOS_CFG_DBG == true) */
|
|
| 40 |
#endif /* (AMIROLLD_CFG_DBG == true) && (AMIROOS_CFG_DBG != true) */
|
|
| 40 | 41 |
|
| 41 | 42 |
/*============================================================================*/ |
| 42 | 43 |
/* TIMING */ |
Also available in: Unified diff