Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1049743592
########## 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: I may have misunderstood, the structure has been initialized in C89 style -- 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