Skip to content

Commit ed27393

Browse files
authored
Merge pull request #12 from ARMmbed/sen_5.12Changes
Updates for 5.12 release
2 parents e25561c + 3fc87cf commit ed27393

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static bool continuous_reboot_test = false;
1111

1212
#if MBED_CONF_PLATFORM_CRASH_CAPTURE_ENABLED
1313
void mbed_error_reboot_callback(mbed_error_ctx *error_context) {
14-
printf("Reboor error callback received");
14+
printf("\nmbed_error_reboot_callback: System rebooting, reboot error callback received");
1515
reboot_error_happened = 1;
1616
mbed_get_reboot_error_info(&error_ctx);
1717
mbed_reset_reboot_error_info();
@@ -21,7 +21,7 @@ void mbed_error_reboot_callback(mbed_error_ctx *error_context) {
2121
// main() runs in its own thread in the OS
2222
int main() {
2323
#if MBED_CONF_PLATFORM_CRASH_CAPTURE_ENABLED
24-
printf("\nMbed-OS crash reporting test\n");
24+
printf("\n\nMbed-OS crash reporting test: main()\n");
2525
if((reboot_error_happened == 0) || continuous_reboot_test) {
2626
printf("\nForcing exception\n");
2727
generate_bus_fault_unaligned_access();

mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#a8f0c33eaa2c52babff9655417c36f4b5edd54d7
1+
https://github.com/ARMmbed/mbed-os/#6bf7fd3ecc601b2b1cf76a198ec55c06815d64c6

0 commit comments

Comments
 (0)