summaryrefslogtreecommitdiff
path: root/src/host/hcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-14 13:08:21 +0700
committerhathach <[email protected]>2018-12-14 13:08:21 +0700
commita3713f801d97b1903593a53c02da682acb3acee0 (patch)
treee251dceaf68ab8b8e6b982a180f8e65119f0a872 /src/host/hcd.h
parentedf885ca465e16d74833a4866951ca9aa7d4326c (diff)
clean up compiler attribute
Diffstat (limited to 'src/host/hcd.h')
-rw-r--r--src/host/hcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h
index e117c20ff..8753543d6 100644
--- a/src/host/hcd.h
+++ b/src/host/hcd.h
@@ -146,7 +146,7 @@ bool hcd_pipe_queue_xfer(uint8_t dev_addr, uint8_t ep_addr, uint8_t buffer[], ui
bool hcd_pipe_xfer(uint8_t dev_addr, uint8_t ep_addr, uint8_t buffer[], uint16_t total_bytes, bool int_on_complete);
#if 0
-tusb_error_t hcd_pipe_cancel()ATTR_WARN_UNUSED_RESULT;
+tusb_error_t hcd_pipe_cancel();
#endif
#ifdef __cplusplus