mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 16:17:47 +00:00
[clang-format] apply v14 changes (#8490)
This commit is contained in:
@@ -164,9 +164,9 @@ void otMacFrameGenerateImmAck(const otRadioFrame *aFrame, bool aIsFramePending,
|
||||
#if OPENTHREAD_CONFIG_THREAD_VERSION >= OT_THREAD_VERSION_1_2
|
||||
otError otMacFrameGenerateEnhAck(const otRadioFrame *aFrame,
|
||||
bool aIsFramePending,
|
||||
const uint8_t * aIeData,
|
||||
const uint8_t *aIeData,
|
||||
uint8_t aIeLength,
|
||||
otRadioFrame * aAckFrame)
|
||||
otRadioFrame *aAckFrame)
|
||||
{
|
||||
assert(aFrame != nullptr && aAckFrame != nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user