Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1050348029
########## drivers/note/noteram_driver.c: ########## @@ -790,7 +803,7 @@ static int noteram_ioctl(struct file *filep, int cmd, unsigned long arg) * ****************************************************************************/ -void sched_note_add(FAR const void *note, size_t notelen) +static void sched_noteram_add(FAR const void *note, size_t notelen) Review Comment: done -- 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