mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-22 16:37:41 +08:00
Misra: Fix Rule 8.13 violations (#507)
* MISRA: fix rule 8.13 violations * Fix more 8.3 rules violation * Misra rule 8.13 fixes * Fix Unit Test
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
eDHCPState_t eExpectedState );
|
||||
|
||||
/* Internal call: returns true if socket is the current DHCP socket */
|
||||
BaseType_t xIsDHCPSocket( Socket_t xSocket );
|
||||
BaseType_t xIsDHCPSocket( const ConstSocket_t xSocket );
|
||||
|
||||
|
||||
/* The application can indicate a preferred IP address by calling this function
|
||||
|
Reference in New Issue
Block a user