summaryrefslogtreecommitdiff
path: root/common/inc/tx_user_sample.h
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2025-09-28 23:22:13 +0100
committerGitHub <[email protected]>2025-09-28 23:22:13 +0100
commitc4ad279b85fcf836c0b42d3e140fc32f0554e7b5 (patch)
tree5e2593fe4ed0d57041ad46fd0f3d88b2c88b8561 /common/inc/tx_user_sample.h
parent12dac1d67d0dfe1c06f839ee285e190c759865a7 (diff)
parent8a744afc1c4a3891db948d5cb5a93b86d1485cef (diff)
Merge pull request #468 from eclipse-threadx/devv6.4.3.202503_rel
Merge changes included in the v6.4.3.202503 release.
Diffstat (limited to 'common/inc/tx_user_sample.h')
-rw-r--r--common/inc/tx_user_sample.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/inc/tx_user_sample.h b/common/inc/tx_user_sample.h
index e7ecb56a..f8d809b5 100644
--- a/common/inc/tx_user_sample.h
+++ b/common/inc/tx_user_sample.h
@@ -117,6 +117,13 @@
#define TX_TIMER_THREAD_PRIORITY ????
*/
+/* Define the maximum size of a message in the a queue. the Default value is TX_ULONG_16.
+ the new value must be a multiple of ULONG. */
+
+/*
+#define TX_QUEUE_MESSAGE_MAX_SIZE TX_ULONG_16
+*/
+
/* Define the common timer tick reference for use by other middleware components. The default
value is 10ms (i.e. 100 ticks, defined in tx_api.h), but may be replaced by a port-specific
version in tx_port.h or here.