xiaoxiang781216 commented on code in PR #7984: URL: https://github.com/apache/nuttx/pull/7984#discussion_r1059489973
########## include/nuttx/segger/sysview.h: ########## @@ -25,18 +25,23 @@ * Included Files ****************************************************************************/ -#include <nuttx/config.h> -#include <nuttx/sched.h> +#include <nuttx/note/note_driver.h> /**************************************************************************** - * Pre-processor Definitions + * Public Types ****************************************************************************/ -#ifdef CONFIG_SEGGER_SYSVIEW_PREFIX -# define PREFIX(fun) sysview ## _ ## fun -#else -# define PREFIX(fun) fun -#endif +struct note_sysview_driver_s Review Comment: let's move to the source file and register to the global array in sysview_initialize -- 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]
