mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
Cosmetic
This commit is contained in:
+1
-1
@@ -438,7 +438,7 @@ int boardctl(unsigned int cmd, uintptr_t arg)
|
||||
case BOARDIOC_GRAPHICS_SETUP:
|
||||
{
|
||||
FAR struct boardioc_graphics_s *setup =
|
||||
( FAR struct boardioc_graphics_s *)arg;
|
||||
(FAR struct boardioc_graphics_s *)arg;
|
||||
|
||||
setup->dev = board_graphics_setup(setup->devno);
|
||||
ret = setup->dev ? OK : -ENODEV;
|
||||
|
||||
Reference in New Issue
Block a user