diff options
| author | hathach <[email protected]> | 2013-11-22 15:16:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-22 15:16:24 +0700 |
| commit | 83f1d660ce1a1520b7a7e781d05c47221067f3f7 (patch) | |
| tree | c86ce99d5ce7feb84669c9d390eb80cf29590076 /tinyusb/device/usbd.h | |
| parent | d1ef89a1543581d1703ea43b0056b5112fd64019 (diff) | |
clean up
add some doxygen work
finalize device disconnection & suspend
- suspend & resume & remote wake up is not supported yet
Diffstat (limited to 'tinyusb/device/usbd.h')
| -rw-r--r-- | tinyusb/device/usbd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h index d9b74c788..6128f506d 100644 --- a/tinyusb/device/usbd.h +++ b/tinyusb/device/usbd.h @@ -83,6 +83,7 @@ typedef struct { // APPLICATION API //--------------------------------------------------------------------+ bool tusbd_is_configured(uint8_t coreid) ATTR_WARN_UNUSED_RESULT; +//void tusbd_device_suspended_cb(uint8_t coreid); //--------------------------------------------------------------------+ // CLASS-USBD & INTERNAL API |
