diff options
| author | Frédéric Desbiens <[email protected]> | 2026-06-08 10:01:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-08 10:01:32 +0200 |
| commit | 87ab09cce305eb9cd4aacac4e8c62af72f665bff (patch) | |
| tree | dd062ebbea5235d1921c64b396bf7e4ce79e9e15 /common/inc | |
| parent | 9ab0cf9683f832cdb48e2099533a5b06a3afcd64 (diff) | |
| parent | 730b61874bc5cf40768987605ae5187fde0fa1e2 (diff) | |
Merge pull request #544 from eclipse-threadx/devv6.5.1.202602_rel
Merging changes for the v.6.5.1.202602 release
Diffstat (limited to 'common/inc')
| -rw-r--r-- | common/inc/tx_api.h | 4 | ||||
| -rw-r--r-- | common/inc/tx_user_sample.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/common/inc/tx_api.h b/common/inc/tx_api.h index 7527c413..a57c5844 100644 --- a/common/inc/tx_api.h +++ b/common/inc/tx_api.h @@ -77,8 +77,8 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 #define THREADX_MINOR_VERSION 5 -#define THREADX_PATCH_VERSION 0 -#define THREADX_BUILD_VERSION 202601 +#define THREADX_PATCH_VERSION 1 +#define THREADX_BUILD_VERSION 202602 #define THREADX_HOTFIX_VERSION ' ' /* Define the following symbol for backward compatibility */ diff --git a/common/inc/tx_user_sample.h b/common/inc/tx_user_sample.h index 9621c30c..0733c16c 100644 --- a/common/inc/tx_user_sample.h +++ b/common/inc/tx_user_sample.h @@ -95,7 +95,7 @@ the new value must be a multiple of ULONG. */ /* -#define TX_QUEUE_MESSAGE_MAX_SIZE TX_ULONG_16 +#define TX_QUEUE_MESSAGE_MAX_SIZE TX_16_ULONG */ /* Define the common timer tick reference for use by other middleware components. The default |
