Skip to content

Commit 37214ab

Browse files
committed
Fix comments on mbed_assert.h
1 parent 3ad2984 commit 37214ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_assert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void mbed_assert_internal(const char *expr, const char *file, int line);
4747
* Declare runtime assertions: results in runtime error if condition is false
4848
*
4949
* @note
50-
* Use of MBED_ASSERT is limited debug builds only.
50+
* Use of MBED_ASSERT is limited to Debug and Develop builds.
5151
*
5252
* @code
5353
*

0 commit comments

Comments
 (0)