Skip to content

Commit 57e317a

Browse files
authored
Merge pull request #521 from jblanchard-jblopen/patch-2
Fixed TX_TIMER_TICKS_PER_SECOND default value in tx_user_sample.h
2 parents 8c57362 + 2cdebde commit 57e317a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/inc/tx_user_sample.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
the new value must be a multiple of ULONG. */
9696

9797
/*
98-
#define TX_QUEUE_MESSAGE_MAX_SIZE TX_ULONG_16
98+
#define TX_QUEUE_MESSAGE_MAX_SIZE TX_16_ULONG
9999
*/
100100

101101
/* Define the common timer tick reference for use by other middleware components. The default

0 commit comments

Comments
 (0)