aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil/osal/osal.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/nil/osal/osal.h')
-rw-r--r--os/nil/osal/osal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/nil/osal/osal.h b/os/nil/osal/osal.h
index a974452da..d4394687e 100644
--- a/os/nil/osal/osal.h
+++ b/os/nil/osal/osal.h
@@ -246,7 +246,7 @@ typedef struct {
*
* @api
*/
-#define osalDbgCheck(c) /*chDbgCheck(c)*/
+#define osalDbgCheck(c) chDbgAssert(c, "parameter check")
/**
* @brief I-Class state check.