mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 18:57:47 +00:00
[ncp] fix auto in enhanced loop (#6938)
This commit is contained in:
@@ -4731,7 +4731,7 @@ void NcpBase::ProcessThreadChangedFlags(void)
|
||||
|
||||
// Convert OT_CHANGED flags to corresponding NCP property update.
|
||||
|
||||
for (auto flag : kFlags)
|
||||
for (auto &flag : kFlags)
|
||||
{
|
||||
uint32_t threadFlag = flag.mThreadFlag;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user