From d4c516177d582c55228694acee3465826d99d04b Mon Sep 17 00:00:00 2001 From: Anatole SCHRAMM Date: Wed, 5 Apr 2023 09:26:10 +0200 Subject: [PATCH] Added comment on modified nimble stack default value --- .../src/bt/blehost/porting/w800/include/syscfg/syscfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/W800_SDK_v1.00.10/src/bt/blehost/porting/w800/include/syscfg/syscfg.h b/src/W800_SDK_v1.00.10/src/bt/blehost/porting/w800/include/syscfg/syscfg.h index 464c225..9b4b980 100644 --- a/src/W800_SDK_v1.00.10/src/bt/blehost/porting/w800/include/syscfg/syscfg.h +++ b/src/W800_SDK_v1.00.10/src/bt/blehost/porting/w800/include/syscfg/syscfg.h @@ -61,7 +61,7 @@ #endif #ifndef MYNEWT_VAL_MSYS_1_BLOCK_COUNT -#define MYNEWT_VAL_MSYS_1_BLOCK_COUNT (10) +#define MYNEWT_VAL_MSYS_1_BLOCK_COUNT (10) // Default 24 #endif #ifndef MYNEWT_VAL_MSYS_1_BLOCK_SIZE