SAMV71-XULT: make usb composite configuration compiling again

This commit is contained in:
Frank Benkert 2016-03-31 14:14:36 -06:00 committed by Gregory Nutt
parent 01933335a9
commit 0d3a7f4085
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
****************************************************************************/
#include <nuttx/config.h>
#include <sys/types.h>
#include <nuttx/usb/composite.h>

View File

@ -45,7 +45,7 @@
#include "samv71-xult.h"
#if defined(CONFIG_USBMSC) && !defined(CONFIG_USBMSC_COMPOSITE)
#if defined(CONFIG_USBMSC)
/****************************************************************************
* Public Functions