Skip to content

Commit

Permalink
try removing the bad u8
Browse files Browse the repository at this point in the history
  • Loading branch information
Aux1r committed Nov 16, 2024
1 parent 4c62b4d commit af4d1e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/sensors/src/tof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const CLEAR_INTERRUPTS_VAL: u8 = 0x07;

// private registers tuples

const PRIVATE_REGISTERS_u8: [(u8,u8); 20] = [
const PRIVATE_REGISTERS_u8: [(u8,u8); 19] = [
(0x0096,0x00),
(0x0097,0xfd),
(0x00e3,0x01),
Expand All @@ -213,7 +213,6 @@ const PRIVATE_REGISTERS_u8: [(u8,u8); 20] = [
(0x00a3,0x3c),
(0x00b7,0x00),
(0x00bb,0x3c),
(0x00b2,0x09),
(0x00ca,0x09),
(0x00ff,0x05),
(0x0030,0x00),
Expand Down

0 comments on commit af4d1e0

Please sign in to comment.