summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc_device.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-11-21 13:20:46 +0700
committerhathach <[email protected]>2013-11-21 13:20:46 +0700
commitc461c72ac2ddf6f89ba533e98f34bba72f8c1470 (patch)
tree7cf88a0b5248e887f549c4fd710aa2af62c77c9a /tinyusb/class/cdc_device.h
parent6887e5e642c71666d622d28b52e1d32fea67982c (diff)
clean up
Diffstat (limited to 'tinyusb/class/cdc_device.h')
-rw-r--r--tinyusb/class/cdc_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc_device.h b/tinyusb/class/cdc_device.h
index 03ad676f4..b5135a23c 100644
--- a/tinyusb/class/cdc_device.h
+++ b/tinyusb/class/cdc_device.h
@@ -57,7 +57,7 @@
//--------------------------------------------------------------------+
// APPLICATION API
//--------------------------------------------------------------------+
-bool tusbd_cdc_is_configured(uint8_t coreid);
+//bool tusbd_cdc_is_configured(uint8_t coreid);
bool tusbd_cdc_is_busy(uint8_t coreid, cdc_pipeid_t pipeid) ATTR_PURE ATTR_WARN_UNUSED_RESULT;
tusb_error_t tusbd_cdc_send(uint8_t coreid, void * p_data, uint32_t length, bool is_notify);