Merge pull request #478 from ayedm1/fix_typo
fix typo TX_BYTE_POOL_DELAY_VALUE instead of TX_BTYE_POOL_DELAY_VALUE
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Copyright (c) 2024 Microsoft Corporation
|
* Copyright (c) 2024 Microsoft Corporation
|
||||||
*
|
*
|
||||||
* This program and the accompanying materials are made available under the
|
* This program and the accompanying materials are made available under the
|
||||||
* terms of the MIT License which is available at
|
* terms of the MIT License which is available at
|
||||||
* https://opensource.org/licenses/MIT.
|
* https://opensource.org/licenses/MIT.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
@@ -135,9 +135,10 @@ extern "C" {
|
|||||||
#ifndef TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH
|
#ifndef TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH
|
||||||
#define TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH 20
|
#define TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH 20
|
||||||
#endif
|
#endif
|
||||||
#ifndef TX_BTYE_POOL_DELAY_VALUE
|
|
||||||
|
#ifndef TX_BYTE_POOL_DELAY_VALUE
|
||||||
#define TX_BYTE_POOL_DELAY_VALUE 3
|
#define TX_BYTE_POOL_DELAY_VALUE 3
|
||||||
#endif
|
#endif /* TX_BYTE_POOL_DELAY_VALUE */
|
||||||
|
|
||||||
|
|
||||||
/* Define basic constants for the ThreadX kernel. */
|
/* Define basic constants for the ThreadX kernel. */
|
||||||
@@ -659,7 +660,7 @@ typedef struct TX_THREAD_STRUCT
|
|||||||
ULONG tx_thread_suspension_sequence;
|
ULONG tx_thread_suspension_sequence;
|
||||||
|
|
||||||
#if defined(TX_ENABLE_RANDOM_NUMBER_STACK_FILLING) && defined(TX_ENABLE_STACK_CHECKING)
|
#if defined(TX_ENABLE_RANDOM_NUMBER_STACK_FILLING) && defined(TX_ENABLE_STACK_CHECKING)
|
||||||
|
|
||||||
/* Define the random stack fill number. This can be used to detect stack overflow. */
|
/* Define the random stack fill number. This can be used to detect stack overflow. */
|
||||||
ULONG tx_thread_stack_fill_value;
|
ULONG tx_thread_stack_fill_value;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user