fix typo TX_BYTE_POOL_DELAY_VALUE instead of TX_BTYE_POOL_DELAY_VALUE

This commit is contained in:
MAY
2025-11-25 19:33:46 +01:00
parent c4ad279b85
commit a9558def77

View File

@@ -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. */