summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-09 17:17:27 +0700
committerhathach <[email protected]>2022-03-09 17:17:36 +0700
commita5fb20533cc1c9e0ed155083c1bbcb3e7be75e67 (patch)
tree59d69dcf6af8a5d1b5a13a311226e6e8d1386181 /src/tusb.h
parent708f05668d681439e521379e281d087d1910a0f3 (diff)
adding tusb_private.h to implement common edpt claim
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