raiden00pl commented on code in PR #10826: URL: https://github.com/apache/nuttx/pull/10826#discussion_r1340251225
########## arch/arm/src/nrf52/nrf52_start.c: ########## @@ -203,6 +203,10 @@ void __start(void) nrf52_enable_profile(true); #endif +#if defined(CONFIG_SCHED_IRQMONITOR) || defined(CONFIG_SEGGER_SYSVIEW) Review Comment: CONFIG_ARCH_PERF_EVENTS is default y so this would be always included. This will be fixed in the next step with https://github.com/apache/nuttx/pull/10828 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org