Skip to content

Commit 44fadf7

Browse files
authored
Merge pull request #478 from ayedm1/fix_typo
fix typo TX_BYTE_POOL_DELAY_VALUE instead of TX_BTYE_POOL_DELAY_VALUE
2 parents c4ad279 + a9558de commit 44fadf7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

common_smp/inc/tx_api.h

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

0 commit comments

Comments
 (0)