Gary-Hobson commented on code in PR #7900:
URL: https://github.com/apache/nuttx/pull/7900#discussion_r1050898174


##########
drivers/note/noteram_driver.c:
##########
@@ -820,9 +638,9 @@ void sched_note_add(FAR const void *note, size_t notelen)
       note_st = (FAR struct note_start_s *)note;
       if (note_st->nst_cmn.nc_type == NOTE_START)
         {
-          noteram_record_taskname(note_st->nst_cmn.nc_pid[0] +
-                                  (note_st->nst_cmn.nc_pid[1] << 8),
-                                  note_st->nst_name);
+          note_record_taskname(note_st->nst_cmn.nc_pid[0] +

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

Reply via email to