Skip to content

Commit

Permalink
[spinel] fix multipan rcp enable config (openthread#9659)
Browse files Browse the repository at this point in the history
  • Loading branch information
gytxxsy authored Nov 29, 2023
1 parent 1d2b549 commit 0da5af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/spinel/radio_spinel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0da5af5

Please sign in to comment.