Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions common_smp/inc/tx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,14 @@ extern "C" {
#endif


/* Define the default maximum message size in a queue. The default value is TX_16_ULONG, but may
be customized in tx_user.h or as a compilation option. */

#ifndef TX_QUEUE_MESSAGE_MAX_SIZE
#define TX_QUEUE_MESSAGE_MAX_SIZE TX_16_ULONG
#endif


/* Event numbers 0 through 4095 are reserved by Azure RTOS. Specific event assignments are:

ThreadX events: 1-199
Expand Down