adc: f4: update for new naming
This commit is contained in:
parent
d794448e8e
commit
fc590297eb
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ int main(void)
|
|||
{
|
||||
int i;
|
||||
int j = 0;
|
||||
rcc_clock_setup_hse_3v3(&hse_8mhz_3v3[CLOCK_3V3_168MHZ]);
|
||||
rcc_clock_setup_hse_3v3(&rcc_hse_8mhz_3v3[RCC_CLOCK_3V3_168MHZ]);
|
||||
rcc_periph_clock_enable(RCC_GPIOD);
|
||||
printf("hi guys!\n");
|
||||
/* green led for ticking */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue