xiaoxiang781216 commented on a change in pull request #2043:
URL: https://github.com/apache/incubator-nuttx/pull/2043#discussion_r508522931
##########
File path: sched/sched/sched_note.c
##########
@@ -28,6 +28,9 @@
#include <string.h>
#include <assert.h>
#include <errno.h>
+#ifdef CONFIG_SCHED_INSTRUMENTATION_HIRES
Review comment:
could we remove #ifdef/#endif here? since line 37 don't use condition
preprocess
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]