Skip to content

Commit 0e25447

Browse files
committed
Fix error history related comments
1 parent 65abff9 commit 0e25447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/mbed_error.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ extern "C" {
3333
* MBED_PLATFORM_CONF_ERROR_FILENAME_CAPTURE_ENABLED
3434
*/
3535

36-
/** Define this macro to disable error logging, note that the first and last error capture will still be active by default.
37-
* MBED_PLATFORM_CONF_ERROR_HIST_DISABLED
36+
/** Define this macro to enable error history
37+
* MBED_PLATFORM_CONF_ERROR_HIST_ENABLED
3838
*/
3939

4040
#ifndef MBED_CONF_PLATFORM_MAX_ERROR_FILENAME_LEN

0 commit comments

Comments
 (0)