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.c | |
| parent | 8bb35e26042ccb6b191bc0279c053451db6b4b01 (diff) | |
device API rename
Diffstat (limited to 'tinyusb/device/usbd.c')
| -rw-r--r-- | tinyusb/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index 458b03b10..d10135151 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -102,7 +102,7 @@ static tusb_error_t get_descriptor(uint8_t coreid, tusb_control_request_t const //--------------------------------------------------------------------+
// APPLICATION INTERFACE
//--------------------------------------------------------------------+
-bool tusbd_is_configured(uint8_t coreid)
+bool tud_configured(uint8_t coreid)
{
return usbd_devices[coreid].state == TUSB_DEVICE_STATE_CONFIGURED;
}
|
