diff options
| author | hathach <[email protected]> | 2014-03-23 19:00:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-23 19:00:54 +0700 |
| commit | cf60e374aa60507457a193bf12385f9e0f41f035 (patch) | |
| tree | 12c7da3a114c8a796658fcd1b6e388d8e65b1c6b /tinyusb/osal | |
| parent | a8d32d81b37274642179b6ebafcf501eb57fe75c (diff) | |
doxygen clean up
Diffstat (limited to 'tinyusb/osal')
| -rw-r--r-- | tinyusb/osal/osal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tinyusb/osal/osal.h b/tinyusb/osal/osal.h index d5faba68e..dd39da281 100644 --- a/tinyusb/osal/osal.h +++ b/tinyusb/osal/osal.h @@ -46,8 +46,7 @@ #define TUSB_OS_NONE 1 ///< No RTOS is used
#define TUSB_OS_FREERTOS 2 ///< FreeRTOS is used
#define TUSB_OS_CMSIS_RTX 3 ///< CMSIS RTX is used
-#define TUSB_OS_UCOS2 4 ///< MicroC OS II is used (not supported yet)
-#define TUSB_OS_UCOS3 5 ///< MicroC OS III is used (not supported yet)
+#define TUSB_OS_UCOS3 4 ///< MicroC OS III is used (not supported yet)
/** @} */
|
