mirror of
https://github.com/espressif/openthread.git
synced 2026-09-11 03:30:09 +00:00
[posix] add break to case statement (#7349)
This commit is contained in:
@@ -284,6 +284,7 @@ static void ReceiveNetlinkMessage(void)
|
||||
{
|
||||
otLogWarnPlat("netlink NLMSG_ERROR response: seq=%u, error=%d", header->nlmsg_seq, errMsg->error);
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user