Skip to content

Commit 9b42cf6

Browse files
adamgreenfacchinm
authored andcommitted
Code cleanup
1 parent 0944c1e commit 9b42cf6

File tree

4 files changed

+262
-185
lines changed

4 files changed

+262
-185
lines changed

libraries/ThreadMRI/examples/ThreadMRI/ThreadMRI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extern "C" void testContext(void);
1212
void setup() {
1313
// UNDONE: Using Serial1 for now to unblock my progress.
1414
Serial1.begin(115200);
15-
g_debugger.debugException();
15+
g_debugger.begin();
1616
//testContext();
1717
__debugbreak();
1818
}

0 commit comments

Comments
 (0)