Gary-Hobson commented on code in PR #11153:
URL: https://github.com/apache/nuttx/pull/11153#discussion_r1390617952
##########
drivers/note/note_driver.c:
##########
@@ -1489,9 +1459,8 @@ void sched_note_vprintf_ip(uint32_t tag, uintptr_t ip,
length = sizeof(data);
}
+ note->nst_ip = ip;
Review Comment:
done
##########
drivers/note/noteram_driver.c:
##########
@@ -668,16 +650,15 @@ static int noteram_dump_header(FAR struct lib_outstream_s
*s,
uint32_t sec;
int ret;
- noteram_dump_unflatten(&nsec, note->nc_systime_nsec, sizeof(nsec));
- noteram_dump_unflatten(&sec, note->nc_systime_sec, sizeof(sec));
+ nsec = note->nc_systime_nsec;
Review Comment:
done
##########
drivers/note/note_driver.c:
##########
@@ -1708,8 +1677,8 @@ void sched_note_vbprintf_ip(uint32_t tag, uintptr_t ip,
length = SIZEOF_NOTE_BINARY(next);
+ note->nbi_ip = ip;
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]