Skip to content

Commit c62ed82

Browse files
committed
Added a missing symbol to tx_api.h for TX SMP.
1 parent 579246b commit c62ed82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

common_smp/inc/tx_api.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,14 @@ extern "C" {
334334
#endif
335335

336336

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+
337345
/* Event numbers 0 through 4095 are reserved by Azure RTOS. Specific event assignments are:
338346
339347
ThreadX events: 1-199

0 commit comments

Comments
 (0)