File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments