summaryrefslogtreecommitdiff
path: root/src/device/usbd_pvt.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-03-27 16:26:52 +0700
committerhathach <[email protected]>2019-03-27 16:26:52 +0700
commitf26fbaf404c772c0ce4e48d36d94c2743f3a8aee (patch)
treef6530b2b062833ceafb2b575c25416d42e34962b /src/device/usbd_pvt.h
parent1e9848d917550b0af2115bc629d5e7e4743f23c7 (diff)
clean up remove usbd_control_stall()
Diffstat (limited to 'src/device/usbd_pvt.h')
-rw-r--r--src/device/usbd_pvt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/device/usbd_pvt.h b/src/device/usbd_pvt.h
index dee194f0f..dab67581f 100644
--- a/src/device/usbd_pvt.h
+++ b/src/device/usbd_pvt.h
@@ -49,10 +49,6 @@ bool usbd_control_xfer(uint8_t rhport, tusb_control_request_t const * request, v
// Send STATUS (zero length) packet
bool usbd_control_status(uint8_t rhport, tusb_control_request_t const * request);
-// Stall control endpoint (both IN and OUT) until new setup packet arrived
-void usbd_control_stall(uint8_t rhport);
-
-
void usbd_edpt_stall(uint8_t rhport, uint8_t ep_addr);
void usbd_edpt_clear_stall(uint8_t rhport, uint8_t ep_addr);
bool usbd_edpt_stalled(uint8_t rhport, uint8_t ep_addr);