diff options
Diffstat (limited to 'src/host/hcd.h')
| -rw-r--r-- | src/host/hcd.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index 6d86ae9e5..0f83838e9 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -87,15 +87,17 @@ enum { HCD_MAX_XFER = HCD_MAX_ENDPOINT*2,
};
+
+//#define HCD_MAX_ENDPOINT 16
+//#define HCD_MAX_XFER 16
#endif
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF
//--------------------------------------------------------------------+
typedef struct {
- uint8_t ep_addr;
uint8_t index;
- uint8_t reserved[2];
+ uint8_t reserved[3];
} pipe_handle_t;
static inline bool pipehandle_is_valid(pipe_handle_t pipe_hdl)
|
