/*\r
* When configCREATE_LOW_POWER_DEMO is set to 1 then the tick interrupt\r
* is generated by the TIM2 peripheral. The TIM2 configuration and handling\r
- * functions are defined in this file.\r
+ * functions are defined in this file. Note the RTC is not used as there does\r
+ * not appear to be a way to read back the RTC count value, and therefore the\r
+ * only way of knowing exactly how long a sleep lasted is to use the very low\r
+ * resolution calendar time.\r
*\r
* When configCREATE_LOW_POWER_DEMO is set to 0 the tick interrupt is\r
* generated by the standard FreeRTOS Cortex-M port layer, which uses the\r
\r
/* Set configCREATE_LOW_POWER_DEMO to one to run the simple blinky low power\r
demo, or 0 to run the more comprehensive test and demo application. */\r
-#define configCREATE_LOW_POWER_DEMO 0\r
+#define configCREATE_LOW_POWER_DEMO 1\r
\r
/* A few settings are dependent on the configCREATE_LOW_POWER_DEMO setting. */\r
#if configCREATE_LOW_POWER_DEMO == 1\r