mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Complete STM32L low power demo.
This commit is contained in:
parent
4b655ac3bb
commit
ed54bc497d
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue