mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 12:08:36 +08:00
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:
parent
8b5827de43
commit
75ce7d0f18
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue