Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jun 25, 2024
1 parent 5d6a34b commit 36d4f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/i2c_oled.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ fn main() -> ! {

// 24MHz * 40 = 960MHz
// PLL0CLK0 = 960 M
// PLL0CLK1 = 960 / 1.2 = 800 M
// PLL0CLK2 = 960 / 1.6 = 600 M
// PLL0CLK1 = 960 / 1.6 = 600 M
// PLL0CLK2 = 960 / 2.4 = 400 M
config.sysctl.pll0 = Some(Pll {
mfi: 40,
mfn: 0,
Expand Down

0 comments on commit 36d4f4f

Please sign in to comment.