Gary-Hobson commented on code in PR #7984:
URL: https://github.com/apache/nuttx/pull/7984#discussion_r1058793845
##########
drivers/segger/sysview.c:
##########
@@ -371,7 +385,7 @@ void sched_note_irqhandler(int irq, FAR void *handler, bool
enter)
#endif
#ifdef CONFIG_SCHED_INSTRUMENTATION_SYSCALL
-void sched_note_syscall_enter(int nr, int argc, ...)
+static void sysview_syscall_enter(FAR struct note_driver_s *drv, int nr)
{
nr -= CONFIG_SYS_RESERVED;
Review Comment:
done
##########
drivers/segger/sysview.c:
##########
@@ -54,10 +53,64 @@ struct sysview_s
#endif
Review Comment:
done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]