V

Dependencies:   mbed FatFileSystemCpp TextLCD

Committer:
bertonieto
Date:
Mon Aug 12 21:54:14 2019 +0000
Revision:
2:73cbcff90232
Export new

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bertonieto 2:73cbcff90232 1 /*
bertonieto 2:73cbcff90232 2 **************************************************************************************************************
bertonieto 2:73cbcff90232 3 * NXP USB Host Stack
bertonieto 2:73cbcff90232 4 *
bertonieto 2:73cbcff90232 5 * (c) Copyright 2008, NXP SemiConductors
bertonieto 2:73cbcff90232 6 * (c) Copyright 2008, OnChip Technologies LLC
bertonieto 2:73cbcff90232 7 * All Rights Reserved
bertonieto 2:73cbcff90232 8 *
bertonieto 2:73cbcff90232 9 * www.nxp.com
bertonieto 2:73cbcff90232 10 * www.onchiptech.com
bertonieto 2:73cbcff90232 11 *
bertonieto 2:73cbcff90232 12 * File : usbhost_inc.h
bertonieto 2:73cbcff90232 13 * Programmer(s) : Ravikanth.P
bertonieto 2:73cbcff90232 14 * Version :
bertonieto 2:73cbcff90232 15 *
bertonieto 2:73cbcff90232 16 **************************************************************************************************************
bertonieto 2:73cbcff90232 17 */
bertonieto 2:73cbcff90232 18
bertonieto 2:73cbcff90232 19 #ifndef USBHOST_INC_H
bertonieto 2:73cbcff90232 20 #define USBHOST_INC_H
bertonieto 2:73cbcff90232 21
bertonieto 2:73cbcff90232 22 /*
bertonieto 2:73cbcff90232 23 **************************************************************************************************************
bertonieto 2:73cbcff90232 24 * INCLUDE HEADER FILES
bertonieto 2:73cbcff90232 25 **************************************************************************************************************
bertonieto 2:73cbcff90232 26 */
bertonieto 2:73cbcff90232 27
bertonieto 2:73cbcff90232 28 #include "usbhost_cpu.h"
bertonieto 2:73cbcff90232 29 #include "usbhost_err.h"
bertonieto 2:73cbcff90232 30 #include "usbhost_lpc17xx.h"
bertonieto 2:73cbcff90232 31 #include "usbhost_ms.h"
bertonieto 2:73cbcff90232 32 #include "mbed.h"
bertonieto 2:73cbcff90232 33
bertonieto 2:73cbcff90232 34
bertonieto 2:73cbcff90232 35 #ifdef TARGET_LPC2368
bertonieto 2:73cbcff90232 36 #error "There is no USB host on the LPC2368!"
bertonieto 2:73cbcff90232 37 #endif
bertonieto 2:73cbcff90232 38
bertonieto 2:73cbcff90232 39 #endif