Bug? in 4.1.2

I tried to compile version 4.1.2, with "INCLUDE_vTaskSuspend" set to 0. This gives compilation error in tasks.c, line 1437. "xSuspendedTaskList" is not declared. I set it to 1, and it compiles OK. Regards Jokke

Bug? in 4.1.2

Thanks for the info. Did you obtain the files from SVN head, SVN V4.1.2 label, or the V4.1.2 release zip file. I think the head/trunk revision in SVN will exhibit this behaviour, but not the release tag or zip file. If you are using the release zip file can you let me know which demo you are compiling. Regards.

Bug? in 4.1.2

I used the SVN. Jokke

Bug? in 4.1.2

Switching to tag 4.1.2 solved the problem. Thanks. Jokke