Skip to content

Commit 0012515

Browse files
committed
Corrected a comment
1 parent d32c6f8 commit 0012515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/portable/NetworkInterface/Zynq/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ static BaseType_t xZynqNetworkInterfaceOutput( NetworkInterface_t * pxInterface,
439439
{
440440
emacps_send_message( &( xEMACpsifs[ xEMACIndex ] ), pxBuffer, bReleaseAfterSend );
441441
xSemaphoreGive( xEMACpsifs[ xEMACIndex ].tx_mutex );
442-
*The function emacps_send_message() has released the packet. * /
442+
/* The function emacps_send_message() has released the packet. */
443443
bReleaseAfterSend = pdFALSE;
444444
}
445445
}

0 commit comments

Comments
 (0)