File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 5555 - name : Checkout code
5656 uses : actions/checkout@v4
5757 with :
58- ref : ${{ github.event.inputs.commit_id }}
58+ ref : ${{ github.event.inputs.version_number }}
5959 path : FreeRTOS-Plus-TCP
6060 submodules : recursive
6161 - name : Checkout disabled submodules
Original file line number Diff line number Diff line change 4444
4545/* Constants defining the current version of the FreeRTOS+TCP
4646 * network stack. */
47- #define ipFR_TCP_VERSION_NUMBER "V4.0 .999"
48- #define ipFR_TCP_VERSION_MAJOR 4
49- #define ipFR_TCP_VERSION_MINOR 0
47+ #define ipFR_TCP_VERSION_NUMBER "V4.2 .999"
48+ #define ipFR_TCP_VERSION_MAJOR 4
49+ #define ipFR_TCP_VERSION_MINOR 2
5050/* Development builds are always version 999. */
51- #define ipFR_TCP_VERSION_BUILD 999
52- /* Using TCP version to support backward compatibility in the Demo files. */
53- #define FREERTOS_PLUS_TCP_VERSION 10
51+ #define ipFR_TCP_VERSION_BUILD 999
5452
5553/* Some constants defining the sizes of several parts of a packet.
5654 * These defines come before including the configuration header files. */
You can’t perform that action at this time.
0 commit comments