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; } -