1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-22 19:15:43 +00:00

powerctl emu

This commit is contained in:
tychovrahe 2025-03-12 02:25:32 +01:00
parent feac5181e7
commit 2adba6b638

View File

@ -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 <trezor_rtl.h>
#include <SDL.h>
bool powerctl_hibernate(void) {
exit(1);
return true;
}