]> git.sur5r.net Git - freertos/commit
Fix build issues in the FreeRTOS_Plus_TCP_Minimal_Windows_Simulator project:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 28 Aug 2018 16:58:21 +0000 (16:58 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 28 Aug 2018 16:58:21 +0000 (16:58 +0000)
commit91cbb4dcd2f13d49a006c3f585ee8c103a43325f
treeab71e55dfbe0ae3ddfc953cf57c51a3899f0e428
parent1c6c7111af1130cfdca3969537a0bfb517f36b09
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.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2569 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/FreeRTOSConfig.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/main.c