From: richardbarry Date: Sun, 17 Feb 2008 18:19:21 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@199 1d2547de-c912-0410... X-Git-Tag: V4.7.2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=02f301748c51ffddc1555a2dce90ae7706add00c;p=freertos git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@199 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h index 112bf380f..05853d703 100644 --- a/Source/portable/Softune/MB96340/portmacro.h +++ b/Source/portable/Softune/MB96340/portmacro.h @@ -90,8 +90,8 @@ FreeRTOSConfig.h to set the configMEMMODEL value. */ #if configKERNEL_INTERRUPT_PRIORITY != 6 #error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in the following line - #06H being the default. #endif -#define portENABLE_INTERRUPTS() __asm(" MOV ILM, #06h ") -#define portDISABLE_INTERRUPTS() __asm(" MOV ILM, #07h ") +#define portDISABLE_INTERRUPTS() __asm(" MOV ILM, #06h ") +#define portENABLE_INTERRUPTS() __asm(" MOV ILM, #07h ") #define portENTER_CRITICAL() \ { __asm(" PUSHW PS "); \