diff options
| author | hathach <[email protected]> | 2013-11-15 14:15:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-15 14:15:05 +0700 |
| commit | 699edf9485c08a844182c295e50f2b17e2219c12 (patch) | |
| tree | 65fbf39765166c98c3e73f66cc70d78f17a8b579 /tinyusb/device/dcd.h | |
| parent | 05c439e45adec2a29b73d948ecf96af4e0fae375 (diff) | |
separate data & status from dcd_pipe_control_xfer
Diffstat (limited to 'tinyusb/device/dcd.h')
| -rw-r--r-- | tinyusb/device/dcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/dcd.h b/tinyusb/device/dcd.h index c196cdc83..3de630949 100644 --- a/tinyusb/device/dcd.h +++ b/tinyusb/device/dcd.h @@ -81,7 +81,7 @@ void dcd_controller_set_address(uint8_t coreid, uint8_t dev_addr); void dcd_controller_set_configuration(uint8_t coreid); //------------- PIPE API -------------// -tusb_error_t dcd_pipe_control_xfer(uint8_t coreid, tusb_direction_t dir, void * buffer, uint16_t length); +tusb_error_t dcd_pipe_control_xfer(uint8_t coreid, tusb_direction_t dir, void * p_buffer, uint16_t length); void dcd_pipe_control_stall(uint8_t coreid); //tusb_error_t dcd_pipe_control_write(uint8_t coreid, void const * buffer, uint16_t length); |
