mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
wireless/ieee802154: Fixes ordering of strings associated with changed enum
This commit is contained in:
@@ -241,10 +241,11 @@ enum ieee802154_status_e
|
|||||||
static const char *IEEE802154_STATUS_STRING[] =
|
static const char *IEEE802154_STATUS_STRING[] =
|
||||||
{
|
{
|
||||||
"Success",
|
"Success",
|
||||||
|
"Out of capacity",
|
||||||
|
"Denied",
|
||||||
"Failure",
|
"Failure",
|
||||||
"Beacon loss",
|
"Beacon loss",
|
||||||
"Channel access failure",
|
"Channel access failure",
|
||||||
"Denied",
|
|
||||||
"Disable TRX failure",
|
"Disable TRX failure",
|
||||||
"Failed security check",
|
"Failed security check",
|
||||||
"Frame too long",
|
"Frame too long",
|
||||||
@@ -255,7 +256,6 @@ static const char *IEEE802154_STATUS_STRING[] =
|
|||||||
"No beacon",
|
"No beacon",
|
||||||
"No data",
|
"No data",
|
||||||
"No short address",
|
"No short address",
|
||||||
"Out of cap",
|
|
||||||
"PAN ID conflict",
|
"PAN ID conflict",
|
||||||
"Realignment",
|
"Realignment",
|
||||||
"Transaction expired",
|
"Transaction expired",
|
||||||
|
|||||||
Reference in New Issue
Block a user