From 763c0ef41c8fc187805e083dcf0f37aef7d044e3 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Thu, 6 Jan 2011 10:49:20 +0000 Subject: [PATCH] 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 --- 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 -- 2.39.5