Reduce frequency

main
Valentin Ochs 2021-02-19 18:00:15 +01:00
parent 28977cd128
commit 4e1cc7024e
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -32,7 +32,7 @@ int main(void) {
#if 0
rcc_clock_setup_pll(&rcc_hse_25mhz_3v3[RCC_CLOCK_3V3_84MHZ]);
#else
rcc_clock_setup_pll(&rcc_hse_12mhz_3v3[RCC_CLOCK_3V3_168MHZ]);
rcc_clock_setup_pll(&rcc_hse_12mhz_3v3[RCC_CLOCK_3V3_84MHZ]);
#endif
RINGBUFFER_INIT(uart_to_usb_buf, 64);