diff options
| author | hathach <[email protected]> | 2019-03-30 17:38:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-03-30 17:38:00 +0700 |
| commit | f3a954e7deaa33db5fed8e807cd146e65aaeb104 (patch) | |
| tree | 1ef4d80c16d4829670e218279f46be5e2c5aba1e /src/device/usbd.h | |
| parent | ee6ed084f48933ec884ceb5cdce2b265df37d78a (diff) | |
self powered and remote wakeup support are from configuration descriptor attribute
Diffstat (limited to 'src/device/usbd.h')
| -rw-r--r-- | src/device/usbd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index 2365d645e..d9b9cb8a7 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -66,9 +66,6 @@ void tud_task (void); // Check if device is connected and configured
bool tud_mounted(void);
-// Tell stack that device is self or bus powered (default = bus)
-void tud_set_self_powered(bool self_powered);
-
// Remote wake up host, only if suspended and enabled by host
bool tud_remote_wakeup(void);
|
