[MAX32600MBED] Added USBDevice definitions to eliminate build errors.

pull/1128/head
Jeremy Brodt 2015-05-21 11:23:16 -05:00
parent dda00b4f25
commit a6437fb434
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@
#define EPINT_IN (EP4IN)
#define EPINT_OUT_callback EP3_OUT_callback
#define EPINT_IN_callback EP4_IN_callback
/* Isochronous endpoints */
/* NOT SUPPORTED - use invalid endpoint number to prevent built errors */
#define EPISO_OUT (EP0OUT)
#define EPISO_IN (EP0IN)
#define MAX_PACKET_SIZE_EPBULK (64)
#define MAX_PACKET_SIZE_EPINT (64)