include/sys/boardctl.h: Fix numbering of board IOCTL commands. Error in numbering noted by Nathan Hartman.

This commit is contained in:
Gregory Nutt 2019-09-05 15:34:39 -06:00
parent 5149fc557c
commit 614c3b17ea

View File

@ -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