mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
board/ctrl: correct BOARDIOC_USER command value
Change-Id: I3a8eb8c6c39516bbf24b1aee73312767c37158cd Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
* User defined board commands may begin with this value:
|
||||
*/
|
||||
|
||||
#define BOARDIOC_USER _BOARDIOC(0x0012)
|
||||
#define BOARDIOC_USER _BOARDIOC(0x0013)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Type Definitions
|
||||
|
||||
Reference in New Issue
Block a user