Didn't mean to commit that yet but fix it anyway
This commit is contained in:
parent
43e8f958e7
commit
74479a89b5
2 changed files with 2 additions and 1 deletions
|
@ -899,7 +899,7 @@ impl Device {
|
||||||
time: time,
|
time: time,
|
||||||
_type: ABSOLUTE.number(),
|
_type: ABSOLUTE.number(),
|
||||||
code: idx as u16,
|
code: idx as u16,
|
||||||
value: self.state.abs_vals[idx as usize],
|
value: self.state.abs_vals[idx as usize].value,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1
src/tests.rs
Normal file
1
src/tests.rs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
// woo tests!
|
Loading…
Reference in a new issue