mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-05-25 19:58:43 +08:00

By removing the definition of the NetworkContext struct in the header file, we allow the application to define it. This allows an application writer to use multiple transports in the same compilation unit. That way, multiple .c files do not have to be created for each transport.