Merge branch 'master' into minor-constants

This commit is contained in:
GriffinR
2021-10-15 22:44:49 -04:00
committed by GitHub
46 changed files with 2863 additions and 2829 deletions

View File

@@ -2898,7 +2898,7 @@ bool32 IsSendingKeysOverCable(void)
static u32 GetLinkSendQueueLength(void)
{
if (gWirelessCommType != 0)
return Rfu.sendQueue.count;
return gRfu.sendQueue.count;
else
return gLink.sendQueue.count;
}