Skip to content

Commit

Permalink
Bump analyzer protocol version to 0x01.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinling committed Jun 25, 2024
1 parent eb214dc commit 56213e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/cynthion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const PID: u16 = 0x615b;

const CLASS: u8 = 0xff;
const SUBCLASS: u8 = 0x10;
const PROTOCOL: u8 = 0x00;
const PROTOCOL: u8 = 0x01;

const ENDPOINT: u8 = 0x81;

Expand Down

0 comments on commit 56213e7

Please sign in to comment.