Skip to content

Commit

Permalink
Fix format in header file
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jul 12, 2024
1 parent cf65cec commit d50adea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/include/FreeRTOS_IP.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@

/* Constants defining the current version of the FreeRTOS+TCP
* network stack. */
#define ipFR_TCP_VERSION_NUMBER "V4.2.2"
#define ipFR_TCP_VERSION_MAJOR 4
#define ipFR_TCP_VERSION_MINOR 2
#define ipFR_TCP_VERSION_NUMBER "V4.2.2"
#define ipFR_TCP_VERSION_MAJOR 4
#define ipFR_TCP_VERSION_MINOR 2
/* Development builds are always version 999. */
#define ipFR_TCP_VERSION_BUILD 2
#define ipFR_TCP_VERSION_BUILD 2

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

0 comments on commit d50adea

Please sign in to comment.