diff options
| author | hathach <[email protected]> | 2018-03-01 12:51:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-01 12:51:19 +0700 |
| commit | 9a2924fb366d87f583ea57efd0b58381a5bba3fb (patch) | |
| tree | cbf774aa1d3963c51064b36c5c7054dccdc06b23 /tinyusb/device/usbd.h | |
| parent | 8bb35e26042ccb6b191bc0279c053451db6b4b01 (diff) | |
device API rename
Diffstat (limited to 'tinyusb/device/usbd.h')
| -rw-r--r-- | tinyusb/device/usbd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h index 1c7f1b79a..55aad312a 100644 --- a/tinyusb/device/usbd.h +++ b/tinyusb/device/usbd.h @@ -91,8 +91,8 @@ typedef struct { //--------------------------------------------------------------------+
// APPLICATION API
//--------------------------------------------------------------------+
-bool tusbd_is_configured(uint8_t coreid) ATTR_WARN_UNUSED_RESULT;
-//void tusbd_device_suspended_cb(uint8_t coreid);
+bool tud_configured(uint8_t coreid);
+//void tud_device_suspended_cb(uint8_t coreid);
//--------------------------------------------------------------------+
// CLASS-USBD & INTERNAL API
|
