From 88a91a5a9be2db2eecd76d84f9a9b7b8b786dfa6 Mon Sep 17 00:00:00 2001 From: Senthil Ramakrishnan Date: Fri, 27 Oct 2017 15:38:18 -0500 Subject: [PATCH] Fix comments on mbed_assert.h --- platform/mbed_assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mbed_assert.h b/platform/mbed_assert.h index d651f1e8c0..8aecdcc3fa 100644 --- a/platform/mbed_assert.h +++ b/platform/mbed_assert.h @@ -47,7 +47,7 @@ void mbed_assert_internal(const char *expr, const char *file, int line); * Declare runtime assertions: results in runtime error if condition is false * * @note - * Use of MBED_ASSERT is limited debug builds only. + * Use of MBED_ASSERT is limited to Debug and Develop builds. * * @code *