From 2cdebde30a5213261313b9cb2a903fa4511435d5 Mon Sep 17 00:00:00 2001 From: Jonathan Blanchard Date: Sun, 12 Apr 2026 10:17:10 -0400 Subject: [PATCH] Fix default TX_TIMER_TICKS_PER_SECOND default value in tx_user_sample.h Changed default value to TX_16_ULONG. --- common/inc/tx_user_sample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/inc/tx_user_sample.h b/common/inc/tx_user_sample.h index 9621c30cd..0733c16c4 100644 --- a/common/inc/tx_user_sample.h +++ b/common/inc/tx_user_sample.h @@ -95,7 +95,7 @@ the new value must be a multiple of ULONG. */ /* -#define TX_QUEUE_MESSAGE_MAX_SIZE TX_ULONG_16 +#define TX_QUEUE_MESSAGE_MAX_SIZE TX_16_ULONG */ /* Define the common timer tick reference for use by other middleware components. The default