summaryrefslogtreecommitdiff
path: root/tinyusb
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb')
-rw-r--r--tinyusb/osal/osal_none.h4
-rw-r--r--tinyusb/tusb.h6
2 files changed, 0 insertions, 10 deletions
diff --git a/tinyusb/osal/osal_none.h b/tinyusb/osal/osal_none.h
index f81e86231..0d4bee1b1 100644
--- a/tinyusb/osal/osal_none.h
+++ b/tinyusb/osal/osal_none.h
@@ -108,7 +108,6 @@ uint32_t tusb_tick_get(void);
//--------------------------------------------------------------------+
// SUBTASK (a sub function that uses OS blocking services & called by a task
//--------------------------------------------------------------------+
-//------------- Sub Task -------------//
#define OSAL_SUBTASK_INVOKED_AND_WAIT(subtask, status) \
do {\
state = __LINE__; case __LINE__:\
@@ -315,9 +314,6 @@ static inline void osal_queue_flush(osal_queue_handle_t const queue_hdl)
}\
}while(0)
-
-// queue_send, queue_receive
-
#ifdef __cplusplus
}
#endif
diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h
index 2630729b6..38c021751 100644
--- a/tinyusb/tusb.h
+++ b/tinyusb/tusb.h
@@ -36,12 +36,6 @@
*/
/**************************************************************************/
-/** \file
- * \brief Tiny USB header
- *
- * \note Tiny USB header Note
- */
-
#ifndef _TUSB_H_
#define _TUSB_H_