From 471a1d1163e297d8b0e9615d3561dbeaf51e9fb8 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 13 Aug 2006 09:27:54 +0000 Subject: [PATCH] Removed spurious second portDISABLE_INTERRUPTS when compiling for ARM mode. 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h index 295e612b5..93d6798b1 100644 --- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h +++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h @@ -231,7 +231,6 @@ extern volatile unsigned portLONG ulCriticalNesting; \ #else - #define portDISABLE_INTERRUPTS() \ #define portDISABLE_INTERRUPTS() \ asm volatile ( \ "STMDB SP!, {R0} \n\t" /* Push R0. */ \ -- 2.39.2