Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorあく <alleteam@gmail.com>2021-02-25 13:22:46 +0300
committerGitHub <noreply@github.com>2021-02-25 13:22:46 +0300
commit1b2c31da6f7e2d1e28ee63670167bc1dad07b565 (patch)
treed233a8e227991d6fce2e7af6032c3c3b50d73d58 /applications/power
parenta0db2986b59212c296a25f941c98ce42c51fd394 (diff)
Power subsystem improvements and bug fixes (#353)
* BT: render icon statically. * Move API HAL Power init call to api_hal_init. * API HAL Power: replace stop2 mode with stop1 to ensure usb and lptim2 proper work.
Diffstat (limited to 'applications/power')
-rw-r--r--applications/power/power.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/applications/power/power.c b/applications/power/power.c
index bbd99500..1250b141 100644
--- a/applications/power/power.c
+++ b/applications/power/power.c
@@ -199,8 +199,6 @@ int32_t power_task(void* p) {
with_value_mutex(
power->menu_vm, (Menu * menu) { menu_item_add(menu, power->menu); });
- api_hal_power_init();
-
furi_record_create("power", power);
while(1) {