Skip to content

Commit 6ef9729

Browse files
committed
Fix setMask intermittent race condition
1 parent 4bad40b commit 6ef9729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/serial_backend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import GUI, { TABS } from "./gui";
22
import { i18n } from "./localization";
33
// NOTE: this is a circular dependency, needs investigating
4-
import MspHelper from "./msp/MSPHelper";
54
import Features from "./Features";
5+
import MspHelper from "./msp/MSPHelper";
66
import VirtualFC from "./VirtualFC";
77
import Beepers from "./Beepers";
88
import FC from "./fc";

0 commit comments

Comments
 (0)