xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1045221325
########## include/nuttx/sched_note.h: ########## @@ -448,6 +498,24 @@ extern "C" #define EXTERN extern #endif +/**************************************************************************** + * Name: sched_note_channel_register + * + * Description: + * Add sched_note new channel + * + * Input Parameters: + * channel - The channel + * name - The name + * + * Returned Value: + * None + * + ****************************************************************************/ + +int sched_note_channel_register(FAR struct note_channels_s *channel, Review Comment: ```suggestion int note_driver_register(FAR struct note_driver_s *drv, ``` -- 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