Skip to content

Commit b20ab9f

Browse files
committed
Update for format
1 parent 921f0eb commit b20ab9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/include/FreeRTOS_IP.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444

4545
/* Constants defining the current version of the FreeRTOS+TCP
4646
* network stack. */
47-
#define ipFR_TCP_VERSION_NUMBER "V4.2.999"
48-
#define ipFR_TCP_VERSION_MAJOR 4
49-
#define ipFR_TCP_VERSION_MINOR 2
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
51+
#define ipFR_TCP_VERSION_BUILD 999
5252

5353
/* Some constants defining the sizes of several parts of a packet.
5454
* These defines come before including the configuration header files. */

0 commit comments

Comments
 (0)