From d493958052592d18f7bf3722661d30290001a0de Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Thu, 6 Jan 2011 10:49:20 +0000 Subject: [PATCH] Change the #error text in croutine.h only. --- Source/include/croutine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/include/croutine.h b/Source/include/croutine.h index 1e9c46de7..f6c16a0a3 100644 --- a/Source/include/croutine.h +++ b/Source/include/croutine.h @@ -52,7 +52,7 @@ */ #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