From 92f7a55b1c2111027e12b0b1958782afb5bec47d Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 29 Jul 2018 13:32:39 +0300 Subject: Lower case fields in Device struct --- src/devices/fc0013.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/devices/fc0013.rs') diff --git a/src/devices/fc0013.rs b/src/devices/fc0013.rs index bd5ab50..6482eee 100644 --- a/src/devices/fc0013.rs +++ b/src/devices/fc0013.rs @@ -1,8 +1,8 @@ use super::Device; pub const FC0013: Device = Device { - NAME: "Fitipower FC0013", - I2C_ADDR: 0xc6, - CHECK_ADDR: 0x00, - CHECK_VAL: 0xa3 + name: "Fitipower FC0013", + i2c_addr: 0xc6, + check_addr: 0x00, + check_val: 0xa3 }; -- cgit v1.3.1