Details
-
Type:
Change
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: V2.2.5.0
-
Fix Version/s: V2.2.6.0
-
Labels:None
-
Account:SPC TCP_IP (SPCTCPIP)
Description
In the private header, a lot of external functions are declared which are never used from outside of the _functions.c module. By defining them static, allowing the compiler to inline them, we can reduce the code size drastically.