Files
simtrace/host/simtrace.h
Harald Welte 3e16dd64cf re-structure the directory layout to reflect that that ft232r stuff is old
we have long only been working on the sam7 based system.
2011-07-06 12:32:30 +02:00

12 lines
207 B
C

#ifndef _SIMTRACE_H
#define _SIMTRACE_H
#define SIMTRACE_USB_VENDOR 0x16c0
#define SIMTRACE_USB_PRODUCT 0x0762
#define SIMTRACE_OUT_EP 0x01
#define SIMTRACE_IN_EP 0x82
#define SIMTRACE_INT_EP 0x83
#endif