diff options
| author | Frédéric Desbiens <[email protected]> | 2026-04-14 09:12:31 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-14 09:12:31 -0400 |
| commit | 57e317a7b5d360108674287c58daf46bfcdca832 (patch) | |
| tree | c7442822ec038657c3322d03ac4c9823590cac15 | |
| parent | 8c57362209c77423f523497661060e425bb65582 (diff) | |
| parent | 2cdebde30a5213261313b9cb2a903fa4511435d5 (diff) | |
Merge pull request #521 from jblanchard-jblopen/patch-2
Fixed TX_TIMER_TICKS_PER_SECOND default value in tx_user_sample.h
| -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 |
