Skip to content

Commit

Permalink
Add safety comment
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Dec 14, 2024
1 parent ea59c81 commit ee860cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dsi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ pub struct DsiPllConfig {
}

impl DsiPllConfig {
/// # Safety: TODO
pub unsafe fn manual(ndiv: u8, idf: u8, odf: u8, eckdiv: u8) -> Self {
DsiPllConfig {
ndiv,
Expand Down

0 comments on commit ee860cf

Please sign in to comment.