pkarashchenko commented on a change in pull request #4999:
URL: https://github.com/apache/incubator-nuttx/pull/4999#discussion_r768458332
##########
File path: include/nuttx/sched_note.h
##########
@@ -99,6 +99,15 @@
memset((s), 0, sizeof(struct note_filter_irq_s))
#endif
+/* Note dump module tag definitions */
+
+#ifdef CONFIG_SCHED_INSTRUMENTATION_DUMP
+#define NOTE_MODULE(a, b, c, d) \
Review comment:
```suggestion
# define NOTE_MODULE(a, b, c, d) \
```
--
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]