boards/nucleo-f446re: initialize up_perf
This commit is contained in:
parent
b487101b87
commit
7403678db7
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user