test fork

Dependencies:   SPI_TFTx2 SPI_TFTx2_ILI9341 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary_9341 by Tick Tock

USBHostLite/usbhost_inc.h

Committer:
TickTock
Date:
2014-05-12
Revision:
187:447874df5cbe
Parent:
109:3e6f0e8fca0d

File content as of revision 187:447874df5cbe:

/*
**************************************************************************************************************
*                                                 NXP USB Host Stack
*
*                                     (c) Copyright 2008, NXP SemiConductors
*                                     (c) Copyright 2008, OnChip  Technologies LLC
*                                                 All Rights Reserved
*
*                                                  www.nxp.com
*                                               www.onchiptech.com
*
* File           : usbhost_inc.h
* Programmer(s)  : Ravikanth.P
* Version        :
*
**************************************************************************************************************
*/

#ifndef  USBHOST_INC_H
#define  USBHOST_INC_H

/*
**************************************************************************************************************
*                                       INCLUDE HEADER FILES
**************************************************************************************************************
*/

#include  "usbhost_cpu.h"
#include  "usbhost_err.h"
#include  "usbhost_lpc17xx.h"
#include  "usbhost_ms.h"
#include  "mbed.h"


#ifdef TARGET_LPC2368
#error "There is no USB host on the LPC2368!"
#endif

#endif