]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
Move the MSVC/lwIP code into the main line.
[freertos] / Demo / CORTEX_A2F200_IAR_and_Keil / FreeRTOSConfig.h
index 1afb6e2483f0f919d61196f35a6205c7248bf8fa..f35358c9717b147c33486228404807327f52c3a8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
 \r
 \r
        FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:\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 CCS4!  Once it has been executed, re-open or refresh\r
- * the CCS4 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
 #ifndef FREERTOS_CONFIG_H\r
 #define FREERTOS_CONFIG_H\r
 \r
 /* Use a guard to ensure the following few definitions are'nt included in\r
 assembly files that include this header file. */\r
-#ifdef __ICCARM__\r
+#ifndef __IASMARM__\r
        #include <stdint.h>\r
        #include <stddef.h>\r
        extern uint32_t SystemFrequency;\r