diff options
| author | hathach <[email protected]> | 2018-12-14 13:08:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-14 13:08:21 +0700 |
| commit | a3713f801d97b1903593a53c02da682acb3acee0 (patch) | |
| tree | e251dceaf68ab8b8e6b982a180f8e65119f0a872 /src/class/cdc | |
| parent | edf885ca465e16d74833a4866951ca9aa7d4326c (diff) | |
clean up compiler attribute
Diffstat (limited to 'src/class/cdc')
| -rw-r--r-- | src/class/cdc/cdc_rndis_host.h | 2 |
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 3b92d3f23..730df2e23 100644 --- a/src/class/cdc/cdc_rndis_host.h +++ b/src/class/cdc/cdc_rndis_host.h @@ -64,7 +64,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) ATTR_WARN_UNUSED_RESULT; +tusb_error_t 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); |
