summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc_host.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-10-26 20:25:14 +0700
committerhathach <[email protected]>2013-10-26 20:25:14 +0700
commit76e993c45cb518430b000af2ec67b524235dde68 (patch)
tree984fe0b94e668cbbe408653769e151cd229eb229 /tinyusb/class/cdc_host.h
parentdf8d56f48531c310c9cf9c36315b9ac11c4f1983 (diff)
rndis document
Diffstat (limited to 'tinyusb/class/cdc_host.h')
-rw-r--r--tinyusb/class/cdc_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc_host.h b/tinyusb/class/cdc_host.h
index 786eeb205..11746c372 100644
--- a/tinyusb/class/cdc_host.h
+++ b/tinyusb/class/cdc_host.h
@@ -87,7 +87,7 @@ void tusbh_cdc_xfer_isr(uint8_t dev_addr, tusb_event_t event, cdc_pipeid_t pipe_
//--------------------------------------------------------------------+
// RNDIS APPLICATION API
//--------------------------------------------------------------------+
-/** \defgroup CDC_RNDIS Remote Network Driver Interface Specification (RNDIS)
+/** \addtogroup CDC_RNDIS Remote Network Driver Interface Specification (RNDIS)
* @{ */
bool tusbh_cdc_rndis_is_mounted(uint8_t dev_addr) ATTR_PURE ATTR_WARN_UNUSED_RESULT;
tusb_error_t tusbh_cdc_rndis_get_mac_addr(uint8_t dev_addr, uint8_t mac_address[6]);