remove cmsis rtx support

This commit is contained in:
hathach
2018-02-28 15:02:40 +07:00
parent 65a076f198
commit 45ea2ff358
5 changed files with 9 additions and 15 deletions

View File

@@ -50,8 +50,6 @@
#define LOWER_PRIO(x) 0 // does not matter
#elif TUSB_CFG_OS == TUSB_OS_FREERTOS
#define LOWER_PRIO(x) ((x)-1) // freeRTOS lower number --> lower priority
#elif TUSB_CFG_OS == TUSB_OS_CMSIS_RTX
#define LOWER_PRIO(x) ((x)-1) // CMSIS-RTOS lower number --> lower priority
#else
#error Priority is not configured for this RTOS
#endif