FreeRTOS+TCP Labs Build 160112

daveskok wrote on Thursday, May 12, 2016:

A very minor issue.

In the file /portable/BufferManagment/BufferAllocation_1.c

There is an include for “FreeRTOS_sockets.h”

The actual header filename is FreeRTOS_Sockets.h. It doesn’t build on a linux workstation without changing the include statement filename to match exactly (case of xxx_Sockets vs. xxx_sockets)

On another note, the file may not need to be included at all.

Regards

heinbali01 wrote on Thursday, May 12, 2016:

Hola Gualterio,

Thanks for taking the effort to report this.
The #include statement will be removed in the next release.

Regards.