Skip to content

Commit 98b65f8

Browse files
committed
Enable backward omcpatibility
1 parent b38019e commit 98b65f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/include/FreeRTOSIPConfigDefaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
* with single end point IPv4 version of the FreeRTOS+TCP library.
259259
*/
260260
#ifndef ipconfigIPv4_BACKWARD_COMPATIBLE
261-
#define ipconfigIPv4_BACKWARD_COMPATIBLE 0
261+
#define ipconfigIPv4_BACKWARD_COMPATIBLE 1
262262
#endif
263263

264264
/* Determine the number of clock ticks that the API's FreeRTOS_recv() and

0 commit comments

Comments
 (0)