Skip to content

Commit 2bf8344

Browse files
author
Cruz Monrreal
authored
Merge pull request #7354 from SenRamakri/sen_FixHistComments
Fix error history related comments
2 parents 8baa8c5 + 0e25447 commit 2bf8344

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)