Gary-Hobson commented on code in PR #10840: URL: https://github.com/apache/nuttx/pull/10840#discussion_r1352581550
########## drivers/note/noteram_driver.c: ########## @@ -973,6 +973,39 @@ static int noteram_dump_one(FAR uint8_t *p, FAR struct lib_outstream_s *s, } break; + case NOTE_DUMP_BEGIN: + case NOTE_DUMP_END: + case NOTE_DUMP_BEGINEX: + case NOTE_DUMP_ENDEX: + case NOTE_DUMP_MARK: + { + FAR struct note_binary_s *nbi = (FAR struct note_binary_s *)p; 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