Gary-Hobson commented on code in PR #10840: URL: https://github.com/apache/nuttx/pull/10840#discussion_r1352580636
########## include/nuttx/sched_note.h: ########## @@ -700,8 +636,7 @@ void sched_note_filter_tag(FAR struct note_filter_tag_s *oldf, } #endif -#else /* CONFIG_SCHED_INSTRUMENTATION */ - +#ifndef CONFIG_SCHED_INSTRUMENTATION Review Comment: This is to simplify the header file. It uses too many macros, and many of them are unnecessary. -- 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