mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
qnet/wireless: fix compile warning of i8sak
fix tasking compile warning isssue warnning log: undefined reference to 'g_ieee802154_status_string' Signed-off-by: gaohedong <gaohedong@xiaomi.com>
This commit is contained in:
parent
9dc6781bf9
commit
9f035ea0be
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ static void i8sak_switch_instance(FAR char *ifname);
|
|||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(CONFIG_BUILD_PROTECTED) || defined(CONFIG_BUILD_KERNEL)
|
||||
#if defined(CONFIG_BUILD_PROTECTED) || defined(CONFIG_BUILD_KERNEL) || \
|
||||
!defined(CONFIG_IEEE802154_MAC)
|
||||
FAR const char *g_ieee802154_status_string[] =
|
||||
{
|
||||
"Success",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue