]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c
Change some data types in heap_4.c to allow it to be used on hardware that has 16...
[freertos] / FreeRTOS / Demo / CORTEX_A5_SAMA5D4x_EK_IAR / main.c
index 23c5ddbae7519e2c648ad1ce6b8eeb67e5adae2d..2e1ad5197a7b9ac3aeff80b99fafa89b4271544b 100644 (file)
@@ -114,7 +114,7 @@ static void prvSetupHardware( void );
  * main_blinky() is used when mainCREATE_SIMPLE_BLINKY_DEMO_ONLY is set to 1.\r
  * main_full() is used when mainCREATE_SIMPLE_BLINKY_DEMO_ONLY is set to 0.\r
  */\r
-#if mainCREATE_SIMPLE_BLINKY_DEMO_ONLY == 1\r
+#if( mainCREATE_SIMPLE_BLINKY_DEMO_ONLY == 1 )\r
        extern void main_blinky( void );\r
 #else\r
        extern void main_full( void );\r