Add clarifying comment on issue

This commit is contained in:
Ryan Myers
2021-10-03 17:09:24 -04:00
parent da3f1e3971
commit fb820a0d49
+1 -1
View File
@@ -19,7 +19,7 @@ s32 gThread30LoadDelay = 0;
/************ .bss ************/
// Used for __osException, but .bss file order is weird. Need to fix later.
u8 leoDiskStack[16]; //technically should have a OS_LEO_STACKSIZE or something..
u8 leoDiskStack[16]; //technically should have a OS_LEO_STACKSIZE or something. This is something like 4096 in libreultra...
OSThread gThread30;
OSMesgQueue gThread30MesgQueue;
OSMesg gThread30Message;