summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2025-11-27 17:05:17 -0500
committerGitHub <[email protected]>2025-11-27 17:05:17 -0500
commit44fadf7143581fc2a21e1d052cf10085630fcca2 (patch)
tree28a9d227da493d79ae974b06b5f39234a574efed
parentc4ad279b85fcf836c0b42d3e140fc32f0554e7b5 (diff)
parenta9558def77c813a289f1a546e09bced8aaf7e930 (diff)
Merge pull request #478 from ayedm1/fix_typo
fix typo TX_BYTE_POOL_DELAY_VALUE instead of TX_BTYE_POOL_DELAY_VALUE
-rw-r--r--common_smp/inc/tx_api.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/common_smp/inc/tx_api.h b/common_smp/inc/tx_api.h
index 355fec8c..98d9910a 100644
--- a/common_smp/inc/tx_api.h
+++ b/common_smp/inc/tx_api.h
@@ -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
* terms of the MIT License which is available at
* https://opensource.org/licenses/MIT.
- *
+ *
* SPDX-License-Identifier: MIT
**************************************************************************/
@@ -135,9 +135,10 @@ extern "C" {
#ifndef TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH
#define TX_BYTE_POOL_MULTIPLE_BLOCK_SEARCH 20
#endif
-#ifndef TX_BTYE_POOL_DELAY_VALUE
+
+#ifndef TX_BYTE_POOL_DELAY_VALUE
#define TX_BYTE_POOL_DELAY_VALUE 3
-#endif
+#endif /* TX_BYTE_POOL_DELAY_VALUE */
/* Define basic constants for the ThreadX kernel. */
@@ -659,7 +660,7 @@ typedef struct TX_THREAD_STRUCT
ULONG tx_thread_suspension_sequence;
#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. */
ULONG tx_thread_stack_fill_value;
#endif