Address review comments

This commit is contained in:
PikalaxALT
2020-01-13 14:04:02 -05:00
parent 6daa053320
commit 2a5cde336b
5 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -1533,7 +1533,7 @@ void rfu_UNI_clearRecvNewDataFlag(u8 slotStatusIndex)
gRfuSlotStatusUNI[slotStatusIndex]->recv.newDataFlag = 0;
}
void rfu_REQ_sendData(u8 clockChangeFlag)
void rfu_REQ_sendData(bool8 clockChangeFlag)
{
if (gRfuLinkStatus->parentChild != MODE_NEUTRAL)
{