xiaoxiang781216 commented on code in PR #7981: URL: https://github.com/apache/nuttx/pull/7981#discussion_r1059075117
########## include/nuttx/note/note_driver.h: ########## @@ -103,6 +103,12 @@ struct note_driver_s FAR const struct note_driver_ops_s *ops; }; +/**************************************************************************** + * Public Data + ****************************************************************************/ + +extern struct note_driver_s g_notelog_driver; Review Comment: but no change? -- 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]
