]> git.sur5r.net Git - freertos/commitdiff
Add bracket where appropriate.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 15 Aug 2008 15:59:42 +0000 (15:59 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 15 Aug 2008 15:59:42 +0000 (15:59 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@463 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c

index 8e19f27a66eb87d551aaf403e187c622689cb5fe..ef6ce42418ea360d204fb1626969a43e125ca8ed 100644 (file)
@@ -102,7 +102,7 @@ const unsigned portSHORT usCompareMatchValue = ( ( configCPU_CLOCK_HZ / portPRES
     /* Do the same for vector 63 (interrupt controller 0.  I don't think the\r
     write to MCF_INTC0_IMRH is actually required here but is included for\r
     completeness. */\r
-    MCF_INTC0_ICR63 = ( 0 | configKERNEL_INTERRUPT_PRIORITY << 3 );\r
+    MCF_INTC0_ICR63 = ( 0 | ( configKERNEL_INTERRUPT_PRIORITY << 3 ) );\r
     MCF_INTC0_IMRH &= ~( MCF_INTC_IMRH_INT_MASK63 );\r
 \r
     /* Configure PIT0 to generate the RTOS tick. */\r