summaryrefslogtreecommitdiff
path: root/common/inc/tx_user_sample.h
diff options
context:
space:
mode:
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.