diff options
| author | Jonathan Blanchard <[email protected]> | 2026-04-12 10:17:10 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-12 10:17:10 -0400 |
| commit | 2cdebde30a5213261313b9cb2a903fa4511435d5 (patch) | |
| tree | c7442822ec038657c3322d03ac4c9823590cac15 | |
| parent | 8c57362209c77423f523497661060e425bb65582 (diff) | |
Fix default TX_TIMER_TICKS_PER_SECOND default value in tx_user_sample.h
Changed default value to TX_16_ULONG.
| -rw-r--r-- | common/inc/tx_user_sample.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/inc/tx_user_sample.h b/common/inc/tx_user_sample.h index 9621c30c..0733c16c 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 |
