Skip to content

Commit 6a0530a

Browse files
committed
Remove reboot-error-report config description as it has been removed from implementation
1 parent 1e5034a commit 6a0530a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/api/platform/Error.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ The Mbed OS crash reporting implementation provides many options to configure th
165165

166166
- `crash-capture-enabled` - Enables crash context capture when the system enters a fatal error or crash. When this is disabled, it also disables other dependent options mentioned below.
167167
- `fatal-error-auto-reboot-enabled` - Setting this to true enables autoreboot on fatal errors.
168-
- `reboot-crash-report-enabled` - Enables crash report printing through the terminal when the system reboots after a fatal error. The format of this report is identical to error reporting structure mentioned in the [error report](#error-reporting).
169-
- `error-reboot-max` - Maximum number of autoreboots permitted on fatal errors. The system stop autorebooting once it reaches the maximum limit. Setting this value to 0 disable autoreboot.
168+
- `error-reboot-max` - Maximum number of auto-reboots(warm-resets) permitted on fatal errors. The system stop auto-rebooting once it reaches the maximum limit. Setting this value to 0 disable auto-reboot.
170169

171170
Crash reporting feature also provides APIs to read and clear error context information captured in Crash-data-RAM region. Please see the API reference below for [crash reporting related APIs](#crash-reporting-api).
172171

@@ -403,7 +402,7 @@ int main()
403402

404403
#### Using `mbed_reset_reboot_error_info()` to clear the reboot error info
405404

406-
You can use `mbed_reset_reboot_error_info()` tto clear the reboot error information:
405+
You can use `mbed_reset_reboot_error_info()` to clear the reboot error information:
407406

408407
```CPP TODO
409408
void clear_reboot_errors() {

0 commit comments

Comments
 (0)