Working on identifying variables and cleaning up warnings continues

This commit is contained in:
Ryan Myers
2021-10-29 11:53:12 -04:00
parent 2cf5cc58f5
commit c302d6f437
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ typedef void * OSMesg;
* Structure for message queue
*/
typedef struct OSMesgQueue_s {
//24 bytes? 30 maybe?
// sizeof = 0x18 or 24 bytes
OSThread *mtqueue; /* Queue to store threads blocked
on empty mailboxes (receive) */
OSThread *fullqueue; /* Queue to store threads blocked