Skip to content

Commit 9737700

Browse files
NerivecCopilot
andcommitted
Update src/adapter/zboss/uart.ts
Co-authored-by: Copilot <[email protected]>
1 parent da1b813 commit 9737700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapter/zboss/uart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
import EventEmitter from "node:events";
44
import {Socket} from "node:net";
5-
import {AsyncMutex} from "src/utils/async-mutex";
65
import {Waitress, wait} from "../../utils";
6+
import {AsyncMutex} from "../../utils/async-mutex";
77
import {logger} from "../../utils/logger";
88
import {SerialPort} from "../serialPort";
99
import type {SerialPortOptions} from "../tstype";

0 commit comments

Comments
 (0)