Skip to content

Commit 8f1db6b

Browse files
usbalbinrichardeoin
authored andcommitted
Add safety comment
1 parent 1867367 commit 8f1db6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dsi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ pub struct DsiPllConfig {
104104
}
105105

106106
impl DsiPllConfig {
107+
/// # Safety: TODO
107108
pub unsafe fn manual(ndiv: u8, idf: u8, odf: u8, eckdiv: u8) -> Self {
108109
DsiPllConfig {
109110
ndiv,

0 commit comments

Comments
 (0)