File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ static bool continuous_reboot_test = false;
11
11
12
12
#if MBED_CONF_PLATFORM_CRASH_CAPTURE_ENABLED
13
13
void mbed_error_reboot_callback (mbed_error_ctx *error_context) {
14
- printf (" Reboor error callback received" );
14
+ printf (" \n mbed_error_reboot_callback: System rebooting, reboot error callback received" );
15
15
reboot_error_happened = 1 ;
16
16
mbed_get_reboot_error_info (&error_ctx);
17
17
mbed_reset_reboot_error_info ();
@@ -21,7 +21,7 @@ void mbed_error_reboot_callback(mbed_error_ctx *error_context) {
21
21
// main() runs in its own thread in the OS
22
22
int main () {
23
23
#if MBED_CONF_PLATFORM_CRASH_CAPTURE_ENABLED
24
- printf (" \n Mbed-OS crash reporting test\n " );
24
+ printf (" \n\ n Mbed-OS crash reporting test: main() \n " );
25
25
if ((reboot_error_happened == 0 ) || continuous_reboot_test) {
26
26
printf (" \n Forcing exception\n " );
27
27
generate_bus_fault_unaligned_access ();
Original file line number Diff line number Diff line change 1
- https://github.com/ARMmbed/mbed-os/#a8f0c33eaa2c52babff9655417c36f4b5edd54d7
1
+ https://github.com/ARMmbed/mbed-os/#6bf7fd3ecc601b2b1cf76a198ec55c06815d64c6
You can’t perform that action at this time.
0 commit comments