Changeset 17 for webserver/example/freeRTOS/Source/include
- Timestamp:
- 08/10/09 11:12:44 (15 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
webserver/example/freeRTOS/Source/include/portable.h
r14 r17 97 97 #endif 98 98 99 #ifdef GCC_ARM7100 #include "../../Source/portable/GCC/ARM7_LPC2000/portmacro.h"101 #endif102 103 #ifdef GCC_ARM7_ECLIPSE104 #include "portmacro.h"105 #endif106 107 #ifdef ROWLEY_LPC23xx99 //#ifdef GCC_ARM7 100 //#include "../../Source/portable/GCC/ARM7_LPC2000/portmacro.h" 101 //#endif 102 103 //#ifdef GCC_ARM7_ECLIPSE 104 // #include "portmacro.h" 105 //#endif 106 107 //#ifdef ROWLEY_LPC23xx 108 108 #include "../../Source/portable/GCC/ARM7_LPC23xx/portmacro.h" 109 #endif 109 // #warning "ROWLEY_LPC23xx" 110 111 //#endif 110 112 111 113 #ifdef IAR_MSP430