X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FCORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC%2Fmain.c;h=c7912ffeb4a2ca502b71221890d90893cc400e52;hb=90b0dc3f65717828dff88a3e01029cee8a53414b;hp=c4d6fcc20c2e26efc1f46d352842620bf47705e1;hpb=47eded5e5f7ec4fd4259566ccda8eee865913149;p=freertos diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c index c4d6fcc20..c7912ffeb 100644 --- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c +++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c @@ -93,7 +93,7 @@ /* Set mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to one to run the simple blinky demo, or 0 to run the more comprehensive test and demo application. */ -#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 0 +#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 1 /*-----------------------------------------------------------*/ @@ -122,7 +122,7 @@ int main( void ) { /* Prepare the hardware to run this demo. */ prvSetupHardware(); - + /* The mainCREATE_SIMPLE_BLINKY_DEMO_ONLY setting is described at the top of this file. */ #if mainCREATE_SIMPLE_BLINKY_DEMO_ONLY == 1