add eq auto-derive
Rust/vorago-reb1/pipeline/head This commit looks good Details

main
Robin Müller 7 months ago
parent 742a53d63a
commit 6931432dcd
Signed by: muellerr
GPG Key ID: 71B58F8A3CDFA9AC

@ -21,7 +21,7 @@ pub struct Adt75TempSensor {
current_reg: RegAddresses,
}
#[derive(PartialEq, Debug, Copy, Clone)]
#[derive(PartialEq, Eq, Debug, Copy, Clone)]
pub enum RegAddresses {
Temperature = 0x00,
Configuration = 0x01,

Loading…
Cancel
Save