From 2adba6b638eb55eb60f7b9bacde0f83cc535f474 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Wed, 12 Mar 2025 02:25:32 +0100 Subject: [PATCH] powerctl emu --- core/embed/sys/powerctl/unix/powerctl.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/embed/sys/powerctl/unix/powerctl.c b/core/embed/sys/powerctl/unix/powerctl.c index d5c6732a3d..cc6fc991c3 100644 --- a/core/embed/sys/powerctl/unix/powerctl.c +++ b/core/embed/sys/powerctl/unix/powerctl.c @@ -1,5 +1,5 @@ /* -* This file is part of the Trezor project, https://trezor.io/ + * This file is part of the Trezor project, https://trezor.io/ * * Copyright (c) SatoshiLabs * @@ -19,12 +19,9 @@ #include - #include bool powerctl_hibernate(void) { - exit(1); return true; } -