From e13c06e192c8499d55a6a37ce228a9b033e8f95e Mon Sep 17 00:00:00 2001 From: Yakun Xu Date: Thu, 27 Feb 2020 12:49:44 +0800 Subject: [PATCH] [mac] fix macro typo (#4601) --- src/core/mac/mac_frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/mac/mac_frame.cpp b/src/core/mac/mac_frame.cpp index c475fa65e..732ee672c 100644 --- a/src/core/mac/mac_frame.cpp +++ b/src/core/mac/mac_frame.cpp @@ -1031,7 +1031,7 @@ void TxFrame::ProcessTransmitAesCcm(const ExtAddress &aExtAddress) exit: return; -#endif // OPENTHREAD_MTD || OPENTHREAD_FTD +#endif // OPENTHREAD_RADIO } // LCOV_EXCL_START