From 84bce659b81db2c0ce079dd00818070048d1b1bc Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 5 Mar 2018 13:25:24 +0700 Subject: reame SUBTASK_EXIT to SUBTASK_RETURN --- tinyusb/device/dcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/device/dcd.h') 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); -- cgit v1.3.1