Skip to content

Commit

Permalink
Update test for new pac
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Dec 16, 2024
1 parent 18d6873 commit cf5a479
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rcc/pll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,10 @@ mod tests {
pllcfgr: MockPllCfgr {},
}
}

pub fn pllcfgr(&self) -> &MockPllCfgr {
&self.pllcfgr
}
}

#[test]
Expand Down

0 comments on commit cf5a479

Please sign in to comment.