mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Merge pull request #3391 from shilga/features/rp235x_clock
rp: Run RP235x at 150 MHz instead of 125
This commit is contained in:
commit
b59143a4ab
@ -109,7 +109,10 @@ impl ClockConfig {
|
||||
sys_pll: Some(PllConfig {
|
||||
refdiv: 1,
|
||||
fbdiv: 125,
|
||||
#[cfg(feature = "rp2040")]
|
||||
post_div1: 6,
|
||||
#[cfg(feature = "_rp235x")]
|
||||
post_div1: 5,
|
||||
post_div2: 2,
|
||||
}),
|
||||
usb_pll: Some(PllConfig {
|
||||
|
Loading…
Reference in New Issue
Block a user