Skip to content

Commit 94d5256

Browse files
Tweak.
1 parent 57ebc70 commit 94d5256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board/wasm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class ModuleWrapper {
5050

5151
writeRadioRxBuffer(packet: Uint8Array) {
5252
const buf = this.module._microbit_radio_rx_buffer!();
53-
this.module!.HEAPU8.set(packet, buf);
53+
this.module.HEAPU8.set(packet, buf);
5454
return buf;
5555
}
5656
}

0 commit comments

Comments
 (0)