]> rtime.felk.cvut.cz Git - arc.git/blobdiff - communication/PduR/PduR_If.c
Lint fixes on PduR and CanIf
[arc.git] / communication / PduR / PduR_If.c
index 1b801b94e7c05b0666642583b187f3bc9e5613f8..08f67e5cd71ad9496033d7e860af4e9462f360f1 100644 (file)
@@ -49,7 +49,7 @@ void PduR_LoIfRxIndication(PduIdType PduId, const uint8* SduPtr) {
        } else if ( (route->PduR_GatewayMode == 1) && (route->PduRDestPdu.DataProvision == PDUR_NO_PROVISION) ) {\r
                // This is a gateway request, but without any data provision (buffer usage).\r
                PduInfoType PduInfo = {\r
-                       .SduDataPtr = (uint8 *)SduPtr,\r
+                       .SduDataPtr = (uint8 *)SduPtr, // 926, 960 PC-Lint: Beror på att funktion PduR_LoIfRxIndication(...) fel-definerad TICKET 130\r
                        .SduLength = route->SduLength\r
                };\r
                route->FctPtrs.TargetTransmitFctPtr(route->PduRDestPdu.DestPduId, &PduInfo); // Send PDU to next receptor.\r