mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +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:
committed by
Gregory Nutt
parent
8b5827de43
commit
75ce7d0f18
@@ -90,7 +90,7 @@
|
|||||||
/* See include/nuttx/wireless/nrf24l01.h */
|
/* See include/nuttx/wireless/nrf24l01.h */
|
||||||
|
|
||||||
#define NRF24L01_FIRST (WL_FIRST + WL_NCMDS)
|
#define NRF24L01_FIRST (WL_FIRST + WL_NCMDS)
|
||||||
#define NRF24L01_NCMDS 14
|
#define NRF24L01_NCMDS 16
|
||||||
|
|
||||||
/* See include/nuttx/wireless/lpwan/sx127x.h */
|
/* See include/nuttx/wireless/lpwan/sx127x.h */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user