Skip to content

Commit a76a7a0

Browse files
committed
Update DiagnosticsSmokeTest.ino
1 parent d796f5a commit a76a7a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/Insights/examples/DiagnosticsSmokeTest/DiagnosticsSmokeTest.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ static void smoke_test() {
3636
Insights.event(TAG, "[count][%d]", count);
3737
} else {
3838
log_e("[count][%d] [crash_count][%" PRIu32 "] [excvaddr][0x0f] Crashing...", count, s_reset_count);
39-
*(int *)0x0F = 0x10;
39+
//ToDo: find better way to crash
40+
//*(int *)0x0F = 0x10;
4041
}
4142
}
4243

0 commit comments

Comments
 (0)