Review comment
This commit is contained in:
+1
-1
@@ -1431,7 +1431,7 @@ static u16 rfu_STC_setSendData_org(u8 ni_or_uni, u8 bmSendSlot, u8 subFrameSize,
|
|||||||
llFrameSize_p = &gRfuLinkStatus->remainLLFrameSizeChild[bm_slot_id];
|
llFrameSize_p = &gRfuLinkStatus->remainLLFrameSizeChild[bm_slot_id];
|
||||||
frameSize = llsf_struct[gRfuLinkStatus->parentChild].frameSize;
|
frameSize = llsf_struct[gRfuLinkStatus->parentChild].frameSize;
|
||||||
#ifdef UBFIX
|
#ifdef UBFIX
|
||||||
if (llFrameSize_p && (subFrameSize > *llFrameSize_p || subFrameSize <= frameSize))
|
if ((llFrameSize_p && subFrameSize > *llFrameSize_p) || subFrameSize <= frameSize)
|
||||||
#else
|
#else
|
||||||
if (subFrameSize > *llFrameSize_p || subFrameSize <= frameSize)
|
if (subFrameSize > *llFrameSize_p || subFrameSize <= frameSize)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user