From 7c8055d770b6582cf4b93eed103cef25395d359d Mon Sep 17 00:00:00 2001 From: Kirill Dolgikh Date: Mon, 15 Jan 2024 13:28:21 -0500 Subject: [PATCH] Fixed a typo in tx_api.h Fixed a typo on line 123 in tx-api.h: was: TX_BTYE_POOL_DELAY_VALUE now: TX_BYTE_POOL_DELAY_VALUE --- common_smp/inc/tx_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_smp/inc/tx_api.h b/common_smp/inc/tx_api.h index ff370c2ef..e0efa0cc2 100644 --- a/common_smp/inc/tx_api.h +++ b/common_smp/inc/tx_api.h @@ -130,7 +130,7 @@ 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