mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
include/sys/boardctl.h: Fix numbering of board IOCTL commands. Error in numbering noted by Nathan Hartman.
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
* User defined board commands may begin with this value:
|
||||
*/
|
||||
|
||||
#define BOARDIOC_USER _BOARDIOC(0x000e)
|
||||
#define BOARDIOC_USER _BOARDIOC(0x000f)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Type Definitions
|
||||
|
||||
Reference in New Issue
Block a user