Skip to content

Commit 26e9c8b

Browse files
Fix copy paste error.
1 parent f072f12 commit 26e9c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jshal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ mergeInto(LibraryManager.library, {
221221
},
222222

223223
mp_js_hal_log_set_mirroring: function (serial) {
224-
board.dataLogging.delete();
224+
board.dataLogging.setMirroring(serial);
225225
},
226226

227227
mp_js_hal_log_set_timestamp: function (period) {

0 commit comments

Comments
 (0)