mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-06 03:50:18 +02:00
chore: fix typo
This commit is contained in:
parent
94ae82eef3
commit
b263884352
10 changed files with 15 additions and 14 deletions
|
@ -23,7 +23,7 @@ export type AdbPacketHeader = (typeof AdbPacketHeader)["TDeserializeResult"];
|
|||
type AdbPacketHeaderInit = (typeof AdbPacketHeader)["TInit"];
|
||||
|
||||
export const AdbPacket = new Struct({ littleEndian: true })
|
||||
.fields(AdbPacketHeader)
|
||||
.concat(AdbPacketHeader)
|
||||
.uint8Array("payload", { lengthField: "payloadLength" });
|
||||
|
||||
export type AdbPacket = (typeof AdbPacket)["TDeserializeResult"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue