Skip to content

Commit 357124d

Browse files
author
brabo
committed
stm32f429i-disco: ts-i2c example updated to new RCC namespace
1 parent 783822d commit 357124d

File tree

1 file changed

+1
-1
lines changed
  • examples/stm32/f4/stm32f429i-discovery/ts-i2c

1 file changed

+1
-1
lines changed

examples/stm32/f4/stm32f429i-discovery/ts-i2c/clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ uint32_t mtime(void)
6161
void clock_setup(void)
6262
{
6363
/* Base board frequency, set to 168Mhz */
64-
rcc_clock_setup_hse_3v3(&hse_8mhz_3v3[CLOCK_3V3_168MHZ]);
64+
rcc_clock_setup_hse_3v3(&rcc_hse_8mhz_3v3[RCC_CLOCK_3V3_168MHZ]);
6565

6666
/* clock rate / 168000 to get 1mS interrupt rate */
6767
systick_set_reload(168000);

0 commit comments

Comments
 (0)