From: richardbarry Date: Thu, 6 Jan 2011 10:49:20 +0000 (+0000) Subject: Change the #error text in croutine.h only. X-Git-Tag: V6.1.1~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=763c0ef41c8fc187805e083dcf0f37aef7d044e3;p=freertos Change the #error text in croutine.h only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1231 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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