]> git.sur5r.net Git - freertos/commitdiff
Just remove a comment.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 30 Jul 2008 09:35:03 +0000 (09:35 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 30 Jul 2008 09:35:03 +0000 (09:35 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@422 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/IAR/ARM_CM3/portmacro.h

index 5ea632df7e1eb28ef495bb02beabde79862488ee..3725c09d463baefae1a037c29be64e3cc9f62ba4 100644 (file)
        licensing and training services.\r
 */\r
 \r
-/*\r
-       Change from V4.2.1:\r
-\r
-       + Introduced usage of configKERNEL_INTERRUPT_PRIORITY macro to set the\r
-         interrupt priority used by the kernel.\r
-*/\r
-\r
 \r
 #ifndef PORTMACRO_H\r
 #define PORTMACRO_H\r
@@ -113,8 +106,8 @@ extern void vPortExitCritical( void );
 extern void vPortSetInterruptMask( void );\r
 extern void vPortClearInterruptMask( void );\r
 \r
-#define portDISABLE_INTERRUPTS()                               vPortSetInterruptMask();\r
-#define portENABLE_INTERRUPTS()                                        vPortClearInterruptMask();\r
+#define portDISABLE_INTERRUPTS()       vPortSetInterruptMask()\r
+#define portENABLE_INTERRUPTS()                vPortClearInterruptMask()\r
 #define portENTER_CRITICAL()                                   vPortEnterCritical()\r
 #define portEXIT_CRITICAL()                                            vPortExitCritical()\r
 #define portSET_INTERRUPT_MASK_FROM_ISR()              0;vPortSetInterruptMask()\r