FreeRTOS / FreeRTOS-Plus-TCP

FreeRTOS-Plus-TCP library repository. +TCP files only. Submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
MIT License
125 stars 149 forks source link

Fix inconsistent use of ipconfigCOMPATIBLE_WITH_SINGLE & ipconfigIPv4_BACKWARD_COMPATIBLE #1134

Closed tony-josi-aws closed 2 months ago

tony-josi-aws commented 2 months ago

Description

This PR fixes the inconsistent use of ipconfigCOMPATIBLE_WITH_SINGLE & ipconfigIPv4_BACKWARD_COMPATIBLEin the portable layer files as reported in #1133. Thanks @HTRamsey for reporting this issue.

Use Case :

Test Steps

Build checks.

Checklist:

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.