]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c
Finalise XMC1000 Keil demos.
[freertos] / FreeRTOS / Demo / CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC / main.c
index c4d6fcc20c2e26efc1f46d352842620bf47705e1..c7912ffeb4a2ca502b71221890d90893cc400e52 100644 (file)
@@ -93,7 +93,7 @@
 \r
 /* Set mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to one to run the simple blinky demo,\r
 or 0 to run the more comprehensive test and demo application. */\r
-#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY     0\r
+#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY     1\r
 \r
 \r
 /*-----------------------------------------------------------*/\r
@@ -122,7 +122,7 @@ int main( void )
 {\r
        /* Prepare the hardware to run this demo. */\r
        prvSetupHardware();\r
-\r
+       \r
        /* The mainCREATE_SIMPLE_BLINKY_DEMO_ONLY setting is described at the top\r
        of this file. */\r
        #if mainCREATE_SIMPLE_BLINKY_DEMO_ONLY == 1\r