diff --git a/boards/boardctl.c b/boards/boardctl.c index f57366557c3..6b949d7ce63 100644 --- a/boards/boardctl.c +++ b/boards/boardctl.c @@ -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;