diff options
| author | hathach <[email protected]> | 2014-03-16 22:20:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-16 22:20:33 +0700 |
| commit | d1d4ddd85626567ddd0369387276ccf9680673d6 (patch) | |
| tree | 7bded70898796d0219c2245f6dabe6bdfdb7fbac /tinyusb/osal/osal_freeRTOS.h | |
| parent | 18d577abfb3feb3c4eb2728661b6c508cdf37da0 (diff) | |
doxygen document
Diffstat (limited to 'tinyusb/osal/osal_freeRTOS.h')
| -rw-r--r-- | tinyusb/osal/osal_freeRTOS.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tinyusb/osal/osal_freeRTOS.h b/tinyusb/osal/osal_freeRTOS.h index 42e2c4075..942a0ea5b 100644 --- a/tinyusb/osal/osal_freeRTOS.h +++ b/tinyusb/osal/osal_freeRTOS.h @@ -36,12 +36,10 @@ */ /**************************************************************************/ -/** \ingroup TBD - * \defgroup TBD - * \brief TBD - * - * @{ - */ +/** \ingroup Group_OSAL + * @{ + * \defgroup Group_FreeRTOS FreeRTOS + * @{ */ #ifndef _TUSB_OSAL_FREERTOS_H_ #define _TUSB_OSAL_FREERTOS_H_ @@ -201,3 +199,5 @@ static inline void osal_queue_flush(osal_queue_handle_t const queue_hdl) #endif /* _TUSB_OSAL_FREERTOS_H_ */ /** @} */ +/** @} */ + |
