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

Revert "Fix header includes" #1125

Closed n9wxu closed 3 months ago

n9wxu commented 3 months ago

Reverts FreeRTOS/FreeRTOS-Plus-TCP#1120

The idea of a common header is an anti-pattern that must be avoided. An article that covers this topic is here. https://www.microforum.cc/blogs/entry/46-modular-code-and-how-to-structure-an-embedded-c-project/

Additionally, the FreeRTOS_IP_Common.h file contains "miscellaneous" stuff that should be moved to purposeful headers.