Merged in masayuki2009/nuttx.nuttx/fix_wireless_ioctl_h (pull request #906)

include/nuttx/wireless: Fix NRF24L01_NCMDS in ioctl.h

The last one in nrf24l01.h is _WLCIOC(NRF24L01_FIRST + 15)

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Masayuki Ishikawa 2019-06-17 02:09:41 +00:00 committed by Gregory Nutt
parent 8b5827de43
commit 75ce7d0f18

View File

@ -90,7 +90,7 @@
/* See include/nuttx/wireless/nrf24l01.h */
#define NRF24L01_FIRST (WL_FIRST + WL_NCMDS)
#define NRF24L01_NCMDS 14
#define NRF24L01_NCMDS 16
/* See include/nuttx/wireless/lpwan/sx127x.h */