mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 10:29:52 +00:00
mac: Fix the typo using OPENTHREAD_CONFIG_LEGACY_TRANSMIT_DONE (#1845)
This commit is contained in:
committed by
Jonathan Hui
parent
243be3610f
commit
ba3f8cd710
@@ -856,7 +856,7 @@ exit:
|
||||
|
||||
if (error != OT_ERROR_NONE)
|
||||
{
|
||||
#if PENTHREAD_CONFIG_LEGACY_TRANSMIT_DONE
|
||||
#if OPENTHREAD_CONFIG_LEGACY_TRANSMIT_DONE
|
||||
TransmitDoneTask(mTxFrame, false, OT_ERROR_ABORT);
|
||||
#else
|
||||
TransmitDoneTask(mTxFrame, NULL, OT_ERROR_ABORT);
|
||||
|
||||
Reference in New Issue
Block a user