File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11/***************************************************************************
2- * Copyright (c) 2024 Microsoft Corporation
3- *
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
44 * This program and the accompanying materials are made available under the
55 * terms of the MIT License which is available at
66 * https://opensource.org/licenses/MIT.
7- *
7+ *
88 * SPDX-License-Identifier: MIT
99 **************************************************************************/
1010
@@ -135,9 +135,10 @@ extern "C" {
135135#ifndef TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH
136136#define TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH 20
137137#endif
138- #ifndef TX_BTYE_POOL_DELAY_VALUE
138+
139+ #ifndef TX_BYTE_POOL_DELAY_VALUE
139140#define TX_BYTE_POOL_DELAY_VALUE 3
140- #endif
141+ #endif /* TX_BYTE_POOL_DELAY_VALUE */
141142
142143
143144/* Define basic constants for the ThreadX kernel. */
@@ -659,7 +660,7 @@ typedef struct TX_THREAD_STRUCT
659660 ULONG tx_thread_suspension_sequence ;
660661
661662#if defined(TX_ENABLE_RANDOM_NUMBER_STACK_FILLING ) && defined(TX_ENABLE_STACK_CHECKING )
662-
663+
663664 /* Define the random stack fill number. This can be used to detect stack overflow. */
664665 ULONG tx_thread_stack_fill_value ;
665666#endif
You can’t perform that action at this time.
0 commit comments