2018 edition
This commit is contained in:
parent
bf425b8b6c
commit
d431678011
@ -8,6 +8,7 @@ description = "A platform agnostic driver for the Si5351 clock generator"
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
exclude = [".travis.yml", ".gitignore"]
|
exclude = [".travis.yml", ".gitignore"]
|
||||||
repository = "https://github.com/ilya-epifanov/si5351"
|
repository = "https://github.com/ilya-epifanov/si5351"
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
[badges.travis-ci]
|
[badges.travis-ci]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
|
|||||||
@ -85,7 +85,7 @@ extern crate bitflags;
|
|||||||
extern crate embedded_hal as hal;
|
extern crate embedded_hal as hal;
|
||||||
|
|
||||||
use core::mem;
|
use core::mem;
|
||||||
use hal::blocking::i2c::{Write, WriteRead};
|
use crate::hal::blocking::i2c::{Write, WriteRead};
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub enum Error {
|
pub enum Error {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user