]> git.sur5r.net Git - freertos/commitdiff
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@199 1d2547de-c912-0410...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2008 18:19:21 +0000 (18:19 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2008 18:19:21 +0000 (18:19 +0000)
Source/portable/Softune/MB96340/portmacro.h

index 112bf380f1a281acb7ff8af802b6b012fd28ff4b..05853d7039394b021f28afea769ade1d69d40666 100644 (file)
@@ -90,8 +90,8 @@ FreeRTOSConfig.h to set the configMEMMODEL value. */
 #if configKERNEL_INTERRUPT_PRIORITY != 6\r
        #error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in the following line - #06H being the default.\r
 #endif\r
-#define portENABLE_INTERRUPTS()                __asm(" MOV ILM, #06h ")\r
-#define portDISABLE_INTERRUPTS()       __asm(" MOV ILM, #07h ")\r
+#define portDISABLE_INTERRUPTS()       __asm(" MOV ILM, #06h ")\r
+#define portENABLE_INTERRUPTS()                __asm(" MOV ILM, #07h ")\r
 \r
 #define portENTER_CRITICAL()                                                           \\r
                {       __asm(" PUSHW PS ");                                                    \\r