From 306029e6e43867f31314904dc4694fd95005da18 Mon Sep 17 00:00:00 2001 From: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:39:30 +0900 Subject: [PATCH] lte: Include nuttx/fs/ioctl.h instead of wireless.h lte command definitions are separated from wireless ioctl. --- include/nuttx/wireless/lte/lte_ioctl.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/nuttx/wireless/lte/lte_ioctl.h b/include/nuttx/wireless/lte/lte_ioctl.h index 821ce9db7a..1f77a658dc 100644 --- a/include/nuttx/wireless/lte/lte_ioctl.h +++ b/include/nuttx/wireless/lte/lte_ioctl.h @@ -27,7 +27,8 @@ #include #include -#include +#include +#include #include /**************************************************************************** @@ -47,7 +48,7 @@ * the SMS has been delivered to the destination device. */ -#define SIOCSMSENSTREP _LTEIOC(1) +#define SIOCSMSENSTREP _LTEIOC(1) /* SIOCSMSGREFID * Description: Obtain the ID associated with the submitted SMS. @@ -56,13 +57,13 @@ * otherwise, a single ID will be obtained. */ -#define SIOCSMSGREFID _LTEIOC(2) +#define SIOCSMSGREFID _LTEIOC(2) /* SIOCSMSSSCA * Description: Set the service center address of the destination. */ -#define SIOCSMSSSCA _LTEIOC(3) +#define SIOCSMSSSCA _LTEIOC(3) /* for cmdid */