diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-20 17:30:41 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-20 17:30:41 +0900 |
commit | 437b2dc43ca2e9b39b7be40f41b233bbaa8f8362 (patch) | |
tree | a5f79be7bc5e7374244befe23955c700ea9407e7 /example-cdc/usb_lld.h | |
parent | 3eac2459815c0826d811ed808e5d7687c03638b8 (diff) |
Update for STM32
Diffstat (limited to 'example-cdc/usb_lld.h')
-rw-r--r-- | example-cdc/usb_lld.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/example-cdc/usb_lld.h b/example-cdc/usb_lld.h index 86de9bc..3710f20 100644 --- a/example-cdc/usb_lld.h +++ b/example-cdc/usb_lld.h @@ -104,13 +104,12 @@ int usb_lld_reply_request (const void *buf, size_t buflen, void usb_lld_rx_enable (int ep_num); int usb_lld_rx_data_len (int ep_num); void usb_lld_rxcpy (uint8_t *dst, int ep_num, int offset, size_t len); -void usb_lld_reset (void); +void usb_lld_reset (uint8_t feature); void usb_lld_setup_endpoint (int ep_num, int ep_type, int ep_kind, int ep_rx_addr, int ep_tx_addr, int ep_rx_memory_size); void usb_lld_set_configuration (uint8_t config); uint8_t usb_lld_current_configuration (void); -void usb_lld_set_feature (uint8_t feature); void usb_lld_set_data_to_recv (void *p, size_t len); void usb_lld_prepare_shutdown (void); |