diff options
| author | hathach <[email protected]> | 2018-11-14 23:39:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-14 23:39:58 +0700 |
| commit | 95cd6c3a2f01ec418de6bf7534c519dd53943503 (patch) | |
| tree | ccadd6fbeadd9186ce15746620bb7ea45bc63d55 /src/device/control.h | |
| parent | 5757918df4a3cc4561775db61d9f720df8b23c31 (diff) | |
remove control from class driver array
Diffstat (limited to 'src/device/control.h')
| -rw-r--r-- | src/device/control.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/control.h b/src/device/control.h index 633ccb60c..e8dcf76f9 100644 --- a/src/device/control.h +++ b/src/device/control.h @@ -76,8 +76,6 @@ tusb_error_t tud_control_interface_control_cb(uint8_t rhport, uint8_t interface, //--------------------------------------------------------------------+
// INTERNAL API
//--------------------------------------------------------------------+
-
-void controld_init(void);
tusb_error_t controld_open(uint8_t rhport, tusb_desc_interface_t const * p_interface_desc, uint16_t *p_length);
// This tracks the state of a control request.
|
