aboutsummaryrefslogtreecommitdiffstats
path: root/apps/main_clock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_clock.cpp')
-rw-r--r--apps/main_clock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main_clock.cpp b/apps/main_clock.cpp
index 21c9e5d..895a7b9 100644
--- a/apps/main_clock.cpp
+++ b/apps/main_clock.cpp
@@ -64,6 +64,7 @@ namespace app_main_clock {
// Initlisation of the app.
int init(Api *app_api) {
+ app_api->performance_set(Api::perf_modes::LOW_POWER);
return 1; // return 1 when function not implemented
}