fix build for lpcxpreso host

This commit is contained in:
hathach
2014-03-24 16:07:17 +07:00
parent bfd6c8bc1e
commit 6c9d03905e
18 changed files with 106 additions and 107 deletions

View File

@@ -1,6 +1,6 @@
/**************************************************************************/
/*!
@file cli.h
@file msc_cli.h
@author hathach (tinyusb.org)
@section LICENSE
@@ -33,8 +33,8 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/**************************************************************************/
#ifndef _TUSB_CLI_H_
#define _TUSB_CLI_H_
#ifndef _TUSB_MSC_CLI_H_
#define _TUSB_MSC_CLI_H_
#include "board.h"
#include "tusb.h"