From b20ab9f88cf54063d5684c80c805f4246b2496ed Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Fri, 12 Jul 2024 12:29:42 +0800 Subject: [PATCH] Update for format --- source/include/FreeRTOS_IP.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/include/FreeRTOS_IP.h b/source/include/FreeRTOS_IP.h index 3053bb759..8b422576a 100644 --- a/source/include/FreeRTOS_IP.h +++ b/source/include/FreeRTOS_IP.h @@ -44,11 +44,11 @@ /* Constants defining the current version of the FreeRTOS+TCP * network stack. */ -#define ipFR_TCP_VERSION_NUMBER "V4.2.999" -#define ipFR_TCP_VERSION_MAJOR 4 -#define ipFR_TCP_VERSION_MINOR 2 +#define ipFR_TCP_VERSION_NUMBER "V4.2.999" +#define ipFR_TCP_VERSION_MAJOR 4 +#define ipFR_TCP_VERSION_MINOR 2 /* Development builds are always version 999. */ -#define ipFR_TCP_VERSION_BUILD 999 +#define ipFR_TCP_VERSION_BUILD 999 /* Some constants defining the sizes of several parts of a packet. * These defines come before including the configuration header files. */