Gary-Hobson commented on code in PR #7841:
URL: https://github.com/apache/nuttx/pull/7841#discussion_r1049503088


##########
drivers/note/Kconfig:
##########
@@ -10,6 +10,13 @@ menuconfig DRIVER_NOTE
 
 if DRIVER_NOTE
 
+config DRIVER_NOTE_MAX
+       int "Maximum number of sched_note drivers"
+       default 5
+       depends on SCHED_INSTRUMENTATION
+       ---help---
+               sched_note supports the maximum number of drivers
+
 choice

Review Comment:
   kconfig changes should be submitted with notelog/sysview note drivers
   Putting it here will cause compilation errors in sim:segger (multiple 
definition)
   



-- 
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

Reply via email to