From fedc1652f41123ae646a73fe99ee58ebc4facfe2 Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Thu, 19 Aug 2021 11:22:49 -0700 Subject: [PATCH] [AUTO][RELEASE]: Bump task.h version macros to "10.4.3 LTS Patch 1" --- include/task.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/task.h b/include/task.h index 66c99c56f..56d118444 100644 --- a/include/task.h +++ b/include/task.h @@ -44,7 +44,7 @@ * MACROS AND DEFINITIONS *----------------------------------------------------------*/ -#define tskKERNEL_VERSION_NUMBER "V10.4.3" +#define tskKERNEL_VERSION_NUMBER "V10.4.3 LTS Patch 1" #define tskKERNEL_VERSION_MAJOR 10 #define tskKERNEL_VERSION_MINOR 4 #define tskKERNEL_VERSION_BUILD 3 @@ -2758,7 +2758,7 @@ void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut ) PRIVILEGED_FUNCTION; * // spent in the Blocked state does not exceed MAX_TIME_TO_WAIT. This * // continues until either the buffer contains at least uxWantedBytes bytes, * // or the total amount of time spent in the Blocked state reaches - * // MAX_TIME_TO_WAIT – at which point the task reads however many bytes are + * // MAX_TIME_TO_WAIT - at which point the task reads however many bytes are * // available up to a maximum of uxWantedBytes. * * size_t xUART_Receive( uint8_t *pucBuffer, size_t uxWantedBytes )