diff options
| author | hathach <[email protected]> | 2019-03-27 01:01:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-03-27 01:01:48 +0700 |
| commit | 472237665479961a714b6775e7fc9289e5e6c9ee (patch) | |
| tree | e9f49394dd0b83f692895cd58d60551066df2a17 /src/device | |
| parent | 852abba9189ab7bbf1595cf9fd146d332f973d44 (diff) | |
remove dcd_get_frame_number()
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index e73f24277..588839ccb 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -94,9 +94,6 @@ void dcd_set_address(uint8_t rhport, uint8_t dev_addr); // Receive Set Config request
void dcd_set_config (uint8_t rhport, uint8_t config_num);
-// Get current frame number
-uint32_t dcd_get_frame_number(uint8_t rhport);
-
/*------------------------------------------------------------------*/
/* Endpoint API
* - open : Configure endpoint's registers
|
