summaryrefslogtreecommitdiff
path: root/src/class/cdc/cdc_rndis_host.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-09 16:42:51 +0700
committerhathach <[email protected]>2022-03-09 16:44:19 +0700
commit708f05668d681439e521379e281d087d1910a0f3 (patch)
treeb0b51e6b369ad9e1544b27fe7a5e7a166c6353e3 /src/class/cdc/cdc_rndis_host.h
parent2f593e767c28ac5b789a5def2221620c1a2e58b8 (diff)
add tusb_debug.h remove tusb_error.h
move debug utils to new header
Diffstat (limited to 'src/class/cdc/cdc_rndis_host.h')
-rw-r--r--src/class/cdc/cdc_rndis_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_rndis_host.h b/src/class/cdc/cdc_rndis_host.h
index 170cb3b0e..447cc4e97 100644
--- a/src/class/cdc/cdc_rndis_host.h
+++ b/src/class/cdc/cdc_rndis_host.h
@@ -50,7 +50,7 @@ typedef struct {
}rndish_data_t;
void rndish_init(void);
-tusb_error_t rndish_open_subtask(uint8_t dev_addr, cdch_data_t *p_cdc);
+bool rndish_open_subtask(uint8_t dev_addr, cdch_data_t *p_cdc);
void rndish_xfer_isr(cdch_data_t *p_cdc, pipe_handle_t pipe_hdl, xfer_result_t event, uint32_t xferred_bytes);
void rndish_close(uint8_t dev_addr);