Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Mar 10, 2020
1 parent 7bf4f05 commit ca075ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mod device_impl;
mod types;
pub use crate::types::{ic, Error};
mod register_access;
use register_access::mlx90614;
use crate::register_access::mlx90614;
mod crc8;
use crate::crc8::crc8;

Expand Down

0 comments on commit ca075ba

Please sign in to comment.