Match memory_copy, and fix some warnings

This commit is contained in:
Ryan Myers
2021-10-23 20:53:03 -04:00
parent 6cd9ff34c0
commit 7e717dae5e
5 changed files with 26 additions and 59 deletions
+1
View File
@@ -55,6 +55,7 @@ typedef void * OSMesg;
* Structure for message queue
*/
typedef struct OSMesgQueue_s {
//24 bytes?
OSThread *mtqueue; /* Queue to store threads blocked
on empty mailboxes (receive) */
OSThread *fullqueue; /* Queue to store threads blocked