i tried this: ```rust let clocks = rcc .cfgr .sysclk(48.mhz()) // .pclk1(24.mhz()) // .use_hse(25.mhz()) .freeze(); ``` and got reasonable results. it kinda was a little too long