summaryrefslogtreecommitdiff
path: root/tinyusb
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-17 17:32:28 +0700
committerhathach <[email protected]>2014-03-17 17:32:28 +0700
commitfe1b39e539adcee6be4b9b8637a13debc3f6811c (patch)
tree2561a8d9c9df41084da26b321ff89ee2d0f4c253 /tinyusb
parent23aa7070df9b461954d232c25de023cc5228e2e2 (diff)
remove hardfault handler
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_