mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +00:00
rp: Run RP235x at 150 MHz instead of 125
This commit is contained in:
parent
6e0b08291b
commit
b73b3f2da0
@ -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