Using vTaskDelayUntil with ARM7

nobody wrote on Tuesday, April 26, 2005:

Hello!

I am getting compiler errors when trying to use vTaskDelayUntil(), the errors comes from task.h and says:

identifier "pdTASK_CODE" is undefined

When not using delay function the task compiles correctly, any suggestions?? Thanks!

/Marcus B

nobody wrote on Tuesday, April 26, 2005:

Actually, this occurs when including "task.h" in the header-file, which is required to use vTaskDelayUntil()…

nobody wrote on Tuesday, April 26, 2005:

Include projdefs.h BEFORE task.h.

I think there was something in v3 that was going to change this.

nobody wrote on Tuesday, April 26, 2005:

Thanks! That helped!

/Marcus B