We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f126ee + c62ed82 commit 3bbc096Copy full SHA for 3bbc096
1 file changed
common_smp/inc/tx_api.h
@@ -334,6 +334,14 @@ extern "C" {
334
#endif
335
336
337
+/* Define the default maximum message size in a queue. The default value is TX_16_ULONG, but may
338
+ be customized in tx_user.h or as a compilation option. */
339
+
340
+#ifndef TX_QUEUE_MESSAGE_MAX_SIZE
341
+#define TX_QUEUE_MESSAGE_MAX_SIZE TX_16_ULONG
342
+#endif
343
344
345
/* Event numbers 0 through 4095 are reserved by Azure RTOS. Specific event assignments are:
346
347
ThreadX events: 1-199
0 commit comments