mirror of
https://github.com/apache/nuttx.git
synced 2026-08-24 15:08:47 +00:00
boardctl: Remove warning pragma on BOARDIOC_USBDEV_CONNECT
We already have a debug assert and a return error this warning will fail builds that are not even using this ioctl. Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
parent
3a58926d01
commit
fe0b5df223
1 changed files with 0 additions and 1 deletions
|
|
@ -152,7 +152,6 @@ static inline int
|
|||
case BOARDIOC_USBDEV_CONNECT: /* Connect the USB MSC device */
|
||||
{
|
||||
DEBUGASSERT(ctrl->handle != NULL);
|
||||
#warning Missing logic
|
||||
ret = -ENOSYS;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue