boards/nucleo-f446re: initialize up_perf

This commit is contained in:
raiden00pl 2022-04-02 13:43:39 +02:00 committed by Alan Carvalho de Assis
parent b487101b87
commit 7403678db7

View File

@ -52,6 +52,10 @@
void stm32_boardinitialize(void)
{
#ifdef CONFIG_SEGGER_SYSVIEW
up_perf_init((FAR void *)STM32_SYSCLK_FREQUENCY);
#endif
#ifdef CONFIG_ARCH_LEDS
/* Configure on-board LEDs if LED support has been selected. */