Skip to content

Commit

Permalink
Fix typo in sysm example
Browse files Browse the repository at this point in the history
  • Loading branch information
Meziu committed Nov 17, 2024
1 parent 6e589f3 commit 4b81412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctru-rs/src/services/ptm/sysm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl PTMSysM {
/// let ptm_sysm = PTMSysM::new()?;
///
/// // Request the activation of sleep mode.
/// ptm_sysm.request_sleep(Duration::from_nanos(0)).unwrap();
/// ptm_sysm.request_sleep().unwrap();
/// #
/// # Ok(())
/// # }
Expand Down

0 comments on commit 4b81412

Please sign in to comment.