X-Git-Url: https://git.sur5r.net/?p=freertos;a=blobdiff_plain;f=FreeRTOS%2FDemo%2FCORTEX_M0%2B_LPC51U68_GCC_IAR_KEIL%2Fapp%2Fmain.c;h=820ebfdec830d2a041e45564ab2598fdfb98f3cf;hp=07dd94bc70ae56a8cd34bb6e6c946210f966999c;hb=d7f98d4e7a422a2e0d2bab85f10d92b288b714b5;hpb=06aa050d826b19c380bbb60b902f618727aba799 diff --git a/FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/app/main.c b/FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/app/main.c index 07dd94bc7..820ebfdec 100644 --- a/FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/app/main.c +++ b/FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/app/main.c @@ -48,12 +48,6 @@ #include "compiler_attributes.h" -/* Set mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to - * 0 -- to run the more comprehensive test and demo application, - * 1 -- to run the simple blinky demo. - */ -#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 0 - /*-----------------------------------------------------------*/ typedef enum LED_STATE { LED_RED_BLINK_ON = 1,