mirror of https://github.com/eldruin/ds323x-rs
Fix blanks
parent
258a172356
commit
cfa75dbde0
|
@ -6,7 +6,7 @@ pub struct Register;
|
||||||
|
|
||||||
impl Register {
|
impl Register {
|
||||||
pub const SECONDS : u8 = 0x00;
|
pub const SECONDS : u8 = 0x00;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct DummyOutputPin;
|
pub struct DummyOutputPin;
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,3 @@ fn can_create_and_destroy() {
|
||||||
let mut i2c = dev.destroy_ds3231();
|
let mut i2c = dev.destroy_ds3231();
|
||||||
i2c.done();
|
i2c.done();
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,4 +8,3 @@ fn can_create_and_destroy() {
|
||||||
let mut i2c = dev.destroy_ds3232();
|
let mut i2c = dev.destroy_ds3232();
|
||||||
i2c.done();
|
i2c.done();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue