-/** @file sys_startup.c \r
+/** @file sys_startup.c\r
* @brief Startup Source File\r
* @date 05.November.2010\r
* @version 1.01.001\r
#include "sys_vim.h"\r
#include "sys_core.h"\r
#include "sys_memory.h"\r
+#include "FreeRTOS.h"\r
\r
\r
/* External Functions */\r
phantomInterrupt,\r
esmHighLevelInterrupt,\r
phantomInterrupt,\r
- vPortPreemptiveTick, /* RTI */\r
+ #if configUSE_PREEMPTION == 0\r
+ vPortNonPreemptiveTick, /* RTI */\r
+ #else\r
+ vPortPreemptiveTick, /* RTI */\r
+ #endif\r
phantomInterrupt,\r
phantomInterrupt,\r
phantomInterrupt,\r