Skip to content

Commit bb367fd

Browse files
committed
Fix formatting
1 parent 8f14d4d commit bb367fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/portable/NetworkInterface/STM32/NetworkInterface.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ static UBaseType_t prvNetworkInterfaceInput( void )
547547
/* Buffer was dropped, ignore packet */
548548
continue;
549549
}
550+
550551
xResult++;
551552
pxCurDescriptor->pxInterface = pxMyInterface;
552553
pxCurDescriptor->pxEndPoint = FreeRTOS_MatchingEndpoint( pxMyInterface, pxCurDescriptor->pucEthernetBuffer );;

0 commit comments

Comments
 (0)