diff --git a/src/command/mobile_control/mod.rs b/src/command/mobile_control/mod.rs index 5764104..fe4dbd2 100644 --- a/src/command/mobile_control/mod.rs +++ b/src/command/mobile_control/mod.rs @@ -59,7 +59,7 @@ pub struct GetIndicatorControl; #[derive(Clone, AtatCmd)] #[at_cmd("+CCLK", NoResponse)] pub struct SetClock<'a> { - pub time: &'a str + pub time: &'a str, } /// 5.7 Clock +CCLK diff --git a/src/command/mobile_control/responses.rs b/src/command/mobile_control/responses.rs index 75e234d..985fc52 100644 --- a/src/command/mobile_control/responses.rs +++ b/src/command/mobile_control/responses.rs @@ -92,7 +92,7 @@ pub struct IndicatorControl { /// Reads the real-time clock of the MT #[derive(Clone, Debug, AtatResp)] pub struct DateTime { - pub time: heapless::String + pub time: heapless::String, } /// 5.19 Report mobile termination error +CMEE