summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-03-11 10:33:50 +0700
committerGitHub <[email protected]>2022-03-11 10:33:50 +0700
commit69ef918021b1c4c97db3bfa41f73b0348ec617c8 (patch)
treeba5d86fd18e1e674c0012306c3e9e0bafc03ba20 /src/tusb.h
parentec6a8f00ad98f1f66b13a24329c33c009191cc8e (diff)
parenta715077b1079993f4cd01bbf54b8166a6612b29b (diff)
Merge pull request #1393 from hathach/more-host-bare-api
More host enhancement
Diffstat (limited to 'src/tusb.h')
-rw-r--r--src/tusb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tusb.h b/src/tusb.h
index 549f00b43..222855fcb 100644
--- a/src/tusb.h
+++ b/src/tusb.h
@@ -117,8 +117,6 @@
//--------------------------------------------------------------------+
// APPLICATION API
//--------------------------------------------------------------------+
-/** \ingroup group_application_api
- * @{ */
// Initialize device/host stack
// Note: when using with RTOS, this should be called after scheduler/kernel is started.
@@ -131,8 +129,6 @@ bool tusb_inited(void);
// TODO
// bool tusb_teardown(void);
-/** @} */
-
#ifdef __cplusplus
}
#endif