Skip to content

Commit 207ba15

Browse files
committed
Update example
1 parent 8e9afcc commit 207ba15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Wasm_Blink/Wasm_Blink.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ void wasm_task(void*)
179179
result = m3_FindFunction (&f, runtime, "_start");
180180
if (result) FATAL("FindFunction", result);
181181

182-
Serial.println("Running WebAssembly...\n");
182+
Serial.println("Running WebAssembly...");
183183

184184
const char* i_argv[1] = { NULL };
185185
result = m3_CallWithArgs (f, 0, i_argv);

0 commit comments

Comments
 (0)