Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Sep 17, 2024
1 parent a742342 commit 867cdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/TethrPTPUSB/TethrPTPUSB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ export class TethrPTPUSB extends Tethr {
const storageInfo = new PTPDataView(data)

const storage: TethrStorage = {
id: id,
id,
type: PTPStorageTypeCode[storageInfo.readUint16()],
filesystemType: PTPFilesystemTypeCode[storageInfo.readUint16()],
accessCapability: PTPAccessCapabilityCode[storageInfo.readUint16()],
Expand Down

0 comments on commit 867cdb2

Please sign in to comment.