]> git.sur5r.net Git - freertos/commitdiff
Removed spurious second portDISABLE_INTERRUPTS when compiling for ARM mode. V4.0.5
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 13 Aug 2006 09:27:54 +0000 (09:27 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 13 Aug 2006 09:27:54 +0000 (09:27 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@26 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h

index 295e612b56dfb71c6f6e0e6860cf6e107a0057e7..93d6798b159dd295c5411474b23010c3ff3dda0d 100644 (file)
@@ -231,7 +231,6 @@ extern volatile unsigned portLONG ulCriticalNesting;                                        \
        \r
 #else\r
 \r
-       #define portDISABLE_INTERRUPTS()                                                                                                                                \\r
        #define portDISABLE_INTERRUPTS()                                                                                        \\r
                asm volatile (                                                                                                                  \\r
                        "STMDB  SP!, {R0}               \n\t"   /* Push R0.                                             */      \\r