Skip to content

Commit 2cdebde

Browse files
Fix default TX_TIMER_TICKS_PER_SECOND default value in tx_user_sample.h
Changed default value to TX_16_ULONG.
1 parent 8c57362 commit 2cdebde

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)