Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Mar 28, 2020
1 parent b0eaa36 commit c3d6d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/command/mobile_control/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/command/mobile_control/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<heapless::consts::U20>
pub time: heapless::String<heapless::consts::U20>,
}

/// 5.19 Report mobile termination error +CMEE
Expand Down

0 comments on commit c3d6d73

Please sign in to comment.