]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/main.c
Test the RTC and BURTC tickless implementations on the Gecko parts, and make correct...
[freertos] / FreeRTOS / Demo / CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio / Source / main.c
index fe76f5464c9413a2272ba6068669d3b300461856..7ff047a2d6979e4abcc11816b87c3424b92b1173 100644 (file)
@@ -87,8 +87,6 @@
  *\r
  */\r
 \r
-#warning Check the tick suppression routine in the case where the system unblocks before an entire tick period has expired.\r
-\r
 /* FreeRTOS includes. */\r
 #include "FreeRTOS.h"\r
 #include "task.h"\r
@@ -114,7 +112,7 @@ static void prvSetupHardware( void );
  * main_low_power() is used when configCREATE_LOW_POWER_DEMO is set to 1.\r
  * main_full() is used when configCREATE_LOW_POWER_DEMO is set to 0.\r
  */\r
-#if( configCREATE_LOW_POWER_DEMO == 1 )\r
+#if( configCREATE_LOW_POWER_DEMO != 0 )\r
        extern void main_low_power( void );\r
 #else\r
        extern void main_full( void );\r