Show
Ignore:
Timestamp:
08/10/09 11:12:44 (15 years ago)
Author:
phil
Message:

adaptated example for LED flash to ETT eval board with 1 LED flashing,
changed portable.h to rowley setup
etc.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • webserver/example/freeRTOS/Source/include/portable.h

    r14 r17  
    9797#endif 
    9898 
    99 #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 
     99//#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 
    108108        #include "../../Source/portable/GCC/ARM7_LPC23xx/portmacro.h" 
    109 #endif 
     109 //       #warning "ROWLEY_LPC23xx" 
     110 
     111//#endif 
    110112 
    111113#ifdef IAR_MSP430