Change the #error text in croutine.h only.

This commit is contained in:
Richard Barry 2011-01-06 10:49:20 +00:00
parent 95080a22f2
commit d493958052

View file

@ -52,7 +52,7 @@
*/ */
#ifndef INC_FREERTOS_H #ifndef INC_FREERTOS_H
#error "#include FreeRTOS.h" must appear in source files before "#include croutine.h" #error "include FreeRTOS.h must appear in source files before include croutine.h"
#endif #endif