Skip to content

Commit

Permalink
fix(hesai): correct DUAL_STRONGEST_SECONDSTRONGEST return mode enum v…
Browse files Browse the repository at this point in the history
…alue (#192)
  • Loading branch information
msz-rai committed Sep 5, 2024
1 parent 2314f61 commit 01781a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enum ReturnMode {
DUAL_FIRST_LAST = 0x3b,
DUAL_FIRST_STRONGEST = 0x3c,
TRIPLE_FIRST_LAST_STRONGEST = 0x3d,
DUAL_STRONGEST_SECONDSTRONGEST = 0x3,
DUAL_STRONGEST_SECONDSTRONGEST = 0x3e,
};
} // namespace return_mode

Expand Down

0 comments on commit 01781a6

Please sign in to comment.