]> git.sur5r.net Git - freertos/commitdiff
Move the #error message about running the CreateProjectDirectoryStructure batch file...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 10 Sep 2013 13:58:09 +0000 (13:58 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 10 Sep 2013 13:58:09 +0000 (13:58 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2040 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c

index 9edf3c3f63da818d5b692be9c9c99bd3bd4617ff..0bfa9aa24d1378248e74deb1885d502162139993 100644 (file)
  * See http://www.freertos.org/a00110.html.\r
  *----------------------------------------------------------*/\r
 \r
-/*\r
- * The following #error directive is to remind users that a batch file must be\r
- * executed prior to this project being built.  Once it has been executed\r
- * remove the #error line below.\r
- */\r
-#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.\r
-\r
-\r
 #include <stdint.h>\r
 extern uint32_t SystemCoreClock;\r
 \r
index a32680a271f97b31792a417b1212bcd73c70ee30..51fc7b3ab607607e20a7ab4cf3c12bc67b4b4464 100644 (file)
  * that is found on the FreeRTOS.org web site.\r
  */\r
 \r
+/*\r
+ * The following #error directive is to remind users that a batch file must be\r
+ * executed prior to this project being built.  Once it has been executed\r
+ * remove the #error line below.\r
+ */\r
+#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.\r
+\r
 /* Standard includes. */\r
 #include <stdio.h>\r
 \r
index 6f2c947fea8a4ebf8b04daa8a60ae667025a1037..b5102cfc72416ff6a5579d2c85eced3660d16def 100644 (file)
  * See http://www.freertos.org/a00110.html.\r
  *----------------------------------------------------------*/\r
 \r
- /* \r
- * The following #error directive is to remind users that a batch file must be\r
- * executed prior to this project being built.  The batch file *cannot* be \r
- * executed from within the IDE!  Once it has been executed, re-open or refresh \r
- * the Eclipse project and remove the #error line below.\r
- */\r
-#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.\r
-\r
 #include <stdint.h>\r
 extern uint32_t SystemCoreClock;\r
 \r
index 0469d1effb7edb0daa80c813b63f42adb02e592d..3f94ccdb6a88308bfcf9115502131606ef53c1af 100644 (file)
  * that is found on the FreeRTOS.org web site.\r
  */\r
 \r
+/* \r
+ * The following #error directive is to remind users that a batch file must be\r
+ * executed prior to this project being built.  The batch file *cannot* be \r
+ * executed from within the IDE!  Once it has been executed, re-open or refresh \r
+ * the Eclipse project and remove the #error line below.\r
+ */\r
+#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.\r
+\r
+\r
 /* Standard includes. */\r
 #include <stdio.h>\r
 \r