as

Dependencies:   C12832 CMPS03 FatFileSystemCpp mbed

Committer:
JWitherstone
Date:
Wed May 07 10:15:01 2014 +0000
Revision:
0:6cf24371ad4f
this is compass;

Who changed what in which revision?

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