Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1049181236
########## drivers/note/noteram_driver.c: ########## @@ -105,10 +108,24 @@ static struct noteram_info_s g_noteram_info = static struct noteram_taskname_s g_noteram_taskname; #endif +static struct note_driver_ops_s noteram_ops = +{ + .write = sched_noteram_write Review Comment: We may need to record some information when the system was first started, when the drivers has not been initialized So we need to specify a default note driver by going to global variables -- 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