Updated all rcc_clock_setups to use the new lookup tables.
The old "one function per config" system is depricated for quite a while now...
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
static void clock_setup(void)
|
||||
{
|
||||
rcc_clock_setup_in_hse_8mhz_out_72mhz();
|
||||
rcc_clock_setup_pll(&rcc_hse_configs[RCC_CLOCK_HSE8_72MHZ]);
|
||||
|
||||
/* Enable GPIOC clock. */
|
||||
rcc_periph_clock_enable(RCC_GPIOC);
|
||||
|
||||
@@ -238,7 +238,7 @@ static const uint16_t gamma_table_3_0[] = {
|
||||
|
||||
static void clock_setup(void)
|
||||
{
|
||||
rcc_clock_setup_in_hse_8mhz_out_72mhz();
|
||||
rcc_clock_setup_pll(&rcc_hse_configs[RCC_CLOCK_HSE8_72MHZ]);
|
||||
|
||||
/* Enable TIM1 clock. */
|
||||
rcc_periph_clock_enable(RCC_TIM1);
|
||||
|
||||
Reference in New Issue
Block a user