Skip to content

Commit 3d48368

Browse files
Merge branch 'modularize' of github.com:microbit-foundation/micropython-microbit-v2-simulator into modularize
2 parents b8e0b53 + f3d6332 commit 3d48368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class Board {
174174
wrapped._microbit_hal_gesture_callback
175175
);
176176
this.microphone.initializeCallbacks(
177-
wrapped._microbit_hal_audio_speech_ready_callback
177+
wrapped._microbit_hal_level_detector_callback
178178
);
179179
return module;
180180
}

0 commit comments

Comments
 (0)