mirror of
https://github.com/espressif/openthread.git
synced 2026-08-21 18:09:52 +00:00
[mac] add mPromiscuous to initializer list (#4464)
This commit is contained in:
@@ -83,6 +83,7 @@ Mac::Mac(Instance &aInstance)
|
||||
, mPendingWaitingForData(false)
|
||||
, mShouldTxPollBeforeData(false)
|
||||
, mRxOnWhenIdle(false)
|
||||
, mPromiscuous(false)
|
||||
, mBeaconsEnabled(false)
|
||||
, mUsingTemporaryChannel(false)
|
||||
#if OPENTHREAD_CONFIG_MAC_STAY_AWAKE_BETWEEN_FRAGMENTS
|
||||
|
||||
Reference in New Issue
Block a user