mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +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[] =
|
||||
{
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user