]> begriffs open source - freertos/commit
Fix build issues in the FreeRTOS_Plus_TCP_Minimal_Windows_Simulator project:
authorRichard Barry <ribarry@amazon.com>
Tue, 28 Aug 2018 16:58:21 +0000 (16:58 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 28 Aug 2018 16:58:21 +0000 (16:58 +0000)
commit9bda04b4721bb300a850d8c473cc0847a5114068
treeab71e55dfbe0ae3ddfc953cf57c51a3899f0e428
parent893db45834da7925bb391582c8a9cf4e94cbf800
Fix build issues in the FreeRTOS_Plus_TCP_Minimal_Windows_Simulator project:
+ Set configENABLE_BACKWARD_COMPATIBILITY to 1 in FreeRTOSConfig.h to account for the fact that a member of the List_t structure has been renamed.
+ Provide a dummy implementation of ulApplicationGetNextSequenceNumber() to prevent linker warnings.
FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/FreeRTOSConfig.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/main.c