Skip to content

Commit 503a50c

Browse files
committed
Update comments
1 parent 04a4fb4 commit 503a50c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/Wasm_Blink/Wasm_Blink.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define WASM_STACK_SLOTS 1024
1717
#define NATIVE_STACK_SIZE 32768
1818

19-
// Most devices that cannot allocate a 64KiB wasm page
19+
// For (most) devices that cannot allocate a 64KiB wasm page
2020
#define WASM_MEMORY_LIMIT 2048
2121

2222
/*

verification.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
=== VERIFICATION HOWTO ===
33

4-
1. Open Blink example
5-
2. Adjust LED_BUILTIN if needed
4+
1. Open Wasm_Blink example
5+
2. Adjust LED_PIN if needed
66
3. Upload it to the board
77
4. The specified LED should blink

0 commit comments

Comments
 (0)