mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-24 03:32:36 +08:00
Fix Additional Clang warnings
Corrects several warnings from Clang flags for Clang 13.
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
/**
|
||||
* @brief Process the received TCP packet.
|
||||
*
|
||||
* @param[in] pxDescriptor: The descriptor in which the TCP packet is held.
|
||||
* @param[in] pxDescriptor The descriptor in which the TCP packet is held.
|
||||
*
|
||||
* @return If the processing of the packet was successful, then pdPASS is returned
|
||||
* or else pdFAIL.
|
||||
|
Reference in New Issue
Block a user