From fc590297eb56b5705c7879bc33cff6ee37629653 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 30 Mar 2016 17:13:40 +0000 Subject: adc: f4: update for new naming --- tests/adc-power/main-stm32f4-disco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 */ -- cgit