Didn't mean to commit that yet but fix it anyway

This commit is contained in:
Corey Richardson 2015-07-21 08:09:28 -04:00
parent 43e8f958e7
commit 74479a89b5
2 changed files with 2 additions and 1 deletions

View file

@ -899,7 +899,7 @@ impl Device {
time: time,
_type: ABSOLUTE.number(),
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
View file

@ -0,0 +1 @@
// woo tests!