diff options
| author | hathach <[email protected]> | 2018-03-22 16:28:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-22 16:30:33 +0700 |
| commit | e2739bb785352e299b6df2fd18c316209f4a86da (patch) | |
| tree | a2fc774670e2d194ffe26df73ac066195a3132ce /tinyusb/device/usbd_pvt.h | |
| parent | 90ba1e67d95a0d558443868ac07428cff37b302e (diff) | |
rename funciton trailing _subtask to _st
Diffstat (limited to 'tinyusb/device/usbd_pvt.h')
| -rw-r--r-- | tinyusb/device/usbd_pvt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/usbd_pvt.h b/tinyusb/device/usbd_pvt.h index 067052e5f..d68f5c9fc 100644 --- a/tinyusb/device/usbd_pvt.h +++ b/tinyusb/device/usbd_pvt.h @@ -50,7 +50,7 @@ tusb_error_t usbd_init(void); void usbd_task( void* param); // Carry out Data and Status stage of control transfer -tusb_error_t usbd_control_xfer_stask(uint8_t port, tusb_dir_t dir, uint8_t * buffer, uint16_t length); +tusb_error_t usbd_control_xfer_st(uint8_t port, tusb_dir_t dir, uint8_t * buffer, uint16_t length); // Return Status of control transfer // Note dir is value of direction bit in setup packet (aka DATA stage direction) |
