Update ChangeLog in prep for 7.20 release.

This commit is contained in:
Gregory Nutt
2017-03-08 10:09:48 -06:00
parent 6f4b8c9e60
commit e2a554d0f5
3 changed files with 64 additions and 35 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ struct note_common_s
uint8_t nc_cpu; /* CPU thread/task running on */
#endif
uint8_t nc_pid[2]; /* ID of the thread/task */
uint8_t nc_systime[4]; /* Time when note buffered */
uint8_t nc_systime[4]; /* Time when note was buffered */
};
/* This is the specific form of the NOTE_START note */