hujun260 commented on code in PR #14925: URL: https://github.com/apache/nuttx/pull/14925#discussion_r1856182508
########## arch/arm/src/qemu/qemu_boot.c: ########## @@ -36,6 +36,11 @@ # include <nuttx/fdt.h> #endif +#ifdef CONFIG_SCHED_INSTRUMENTATION +# include <sched/sched.h> +# include <nuttx/sched_note.h> Review Comment: The definition of this_task is included in <sched/sched.h> nuttx/sched_note.h does not include <sched/sched.h> -- 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