[spinel] fix multipan rcp enable config (#9659)

This commit is contained in:
gytxxsy
2023-11-29 10:34:41 -08:00
committed by GitHub
parent 1d2b549e80
commit 0da5af5be8
+1 -1
View File
@@ -50,7 +50,7 @@ namespace Spinel {
* Maximum number of Spinel Interface IDs.
*
*/
#ifdef OPENTHREAD_CONFIG_MULTIPAN_RCP_ENABLE
#if OPENTHREAD_CONFIG_MULTIPAN_RCP_ENABLE
static constexpr uint8_t kSpinelHeaderMaxNumIid = 4;
#else
static constexpr uint8_t kSpinelHeaderMaxNumIid = 1;