mirror of
https://github.com/espressif/openthread.git
synced 2026-08-05 02:17:47 +00:00
[csl] fix kRadioTypeIeee802154 not declared in scope error (#6281)
This commit is contained in:
@@ -173,7 +173,7 @@ Mac::TxFrame *CslTxScheduler::HandleFrameRequest(Mac::TxFrames &aTxFrames)
|
||||
VerifyOrExit(mCslTxChild != nullptr);
|
||||
|
||||
#if OPENTHREAD_CONFIG_MULTI_RADIO
|
||||
frame = &aTxFrames.GetTxFrame(kRadioTypeIeee802154);
|
||||
frame = &aTxFrames.GetTxFrame(Mac::kRadioTypeIeee802154);
|
||||
#else
|
||||
frame = &aTxFrames.GetTxFrame();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user