wireless/ieee802154: Fixes ordering of strings associated with changed enum
This commit is contained in:
parent
06b7cc1195
commit
d5481aabf4
@ -241,10 +241,11 @@ enum ieee802154_status_e
|
||||
static const char *IEEE802154_STATUS_STRING[] =
|
||||
{
|
||||
"Success",
|
||||
"Out of capacity",
|
||||
"Denied",
|
||||
"Failure",
|
||||
"Beacon loss",
|
||||
"Channel access failure",
|
||||
"Denied",
|
||||
"Disable TRX failure",
|
||||
"Failed security check",
|
||||
"Frame too long",
|
||||
@ -255,7 +256,6 @@ static const char *IEEE802154_STATUS_STRING[] =
|
||||
"No beacon",
|
||||
"No data",
|
||||
"No short address",
|
||||
"Out of cap",
|
||||
"PAN ID conflict",
|
||||
"Realignment",
|
||||
"Transaction expired",
|
||||
|
Loading…
Reference in New Issue
Block a user