Skip to content

Commit fedc165

Browse files
committed
[AUTO][RELEASE]: Bump task.h version macros to "10.4.3 LTS Patch 1"
1 parent 0ab31da commit fedc165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/task.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* MACROS AND DEFINITIONS
4545
*----------------------------------------------------------*/
4646

47-
#define tskKERNEL_VERSION_NUMBER "V10.4.3"
47+
#define tskKERNEL_VERSION_NUMBER "V10.4.3 LTS Patch 1"
4848
#define tskKERNEL_VERSION_MAJOR 10
4949
#define tskKERNEL_VERSION_MINOR 4
5050
#define tskKERNEL_VERSION_BUILD 3
@@ -2758,7 +2758,7 @@ void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut ) PRIVILEGED_FUNCTION;
27582758
* // spent in the Blocked state does not exceed MAX_TIME_TO_WAIT. This
27592759
* // continues until either the buffer contains at least uxWantedBytes bytes,
27602760
* // or the total amount of time spent in the Blocked state reaches
2761-
* // MAX_TIME_TO_WAIT at which point the task reads however many bytes are
2761+
* // MAX_TIME_TO_WAIT - at which point the task reads however many bytes are
27622762
* // available up to a maximum of uxWantedBytes.
27632763
*
27642764
* size_t xUART_Receive( uint8_t *pucBuffer, size_t uxWantedBytes )

0 commit comments

Comments
 (0)