diff options
| author | hathach <[email protected]> | 2018-03-05 13:25:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-05 13:25:24 +0700 |
| commit | 84bce659b81db2c0ce079dd00818070048d1b1bc (patch) | |
| tree | b152e6d9415ee7014be261e598423efbe6914435 /tinyusb/device | |
| parent | 185b240f033fc692e3dfe1593895a9c28ee41c7b (diff) | |
reame SUBTASK_EXIT to SUBTASK_RETURN
Diffstat (limited to 'tinyusb/device')
| -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 925506a5a..1c60c3056 100644 --- a/tinyusb/device/dcd.h +++ b/tinyusb/device/dcd.h @@ -87,8 +87,8 @@ void hal_dcd_set_address (uint8_t coreid, uint8_t dev_addr); void hal_dcd_set_config (uint8_t coreid, uint8_t config_num);
/*------------- Event function -------------*/
-void hal_dcd_setup_received(uint8_t coreid, uint8_t const* p_request);
void hal_dcd_bus_event(uint8_t coreid, usbd_bus_event_type_t bus_event);
+void hal_dcd_setup_received(uint8_t coreid, uint8_t const* p_request);
//------------- PIPE API -------------//
bool dcd_pipe_control_xfer(uint8_t coreid, tusb_direction_t dir, uint8_t * p_buffer, uint16_t length, bool int_on_complete);
|
