Complete STM32L low power demo.

This commit is contained in:
Richard Barry 2013-12-11 11:35:03 +00:00
parent 4b655ac3bb
commit ed54bc497d
2 changed files with 5 additions and 2 deletions

View file

@ -89,7 +89,7 @@ assembler. */
/* Set configCREATE_LOW_POWER_DEMO to one to run the simple blinky low power
demo, or 0 to run the more comprehensive test and demo application. */
#define configCREATE_LOW_POWER_DEMO 0
#define configCREATE_LOW_POWER_DEMO 1
/* A few settings are dependent on the configCREATE_LOW_POWER_DEMO setting. */
#if configCREATE_LOW_POWER_DEMO == 1