summaryrefslogtreecommitdiff
path: root/tests/adc-power/main-stm32f4-disco.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/adc-power/main-stm32f4-disco.c')
-rw-r--r--tests/adc-power/main-stm32f4-disco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/adc-power/main-stm32f4-disco.c b/tests/adc-power/main-stm32f4-disco.c
index 47a0b3f..6c0c822 100644
--- a/tests/adc-power/main-stm32f4-disco.c
+++ b/tests/adc-power/main-stm32f4-disco.c
@@ -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 */