mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 08:07:47 +00:00
[spinel] fix multipan rcp enable config (#9659)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user