File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ set(DBB-FIRMWARE-SOURCES
26
26
${CMAKE_SOURCE_DIR} /src/hardfault.c
27
27
${CMAKE_SOURCE_DIR} /src/util.c
28
28
${CMAKE_SOURCE_DIR} /src/sd.c
29
+ ${CMAKE_SOURCE_DIR} /src/system.c
29
30
${CMAKE_SOURCE_DIR} /src/hww.c
30
31
${CMAKE_SOURCE_DIR} /src/memory/bitbox02_smarteeprom.c
31
32
${CMAKE_SOURCE_DIR} /src/memory/memory.c
@@ -45,7 +46,6 @@ set(DBB-FIRMWARE-SOURCES
45
46
${CMAKE_SOURCE_DIR} /src/workflow/confirm_time.c
46
47
${CMAKE_SOURCE_DIR} /src/workflow/idle_workflow.c
47
48
${CMAKE_SOURCE_DIR} /src/workflow/password.c
48
- ${CMAKE_SOURCE_DIR} /src/workflow/reboot.c
49
49
${CMAKE_SOURCE_DIR} /src/workflow/restore.c
50
50
${CMAKE_SOURCE_DIR} /src/workflow/orientation_screen.c
51
51
${CMAKE_SOURCE_DIR} /src/workflow/status.c
Original file line number Diff line number Diff line change 29
29
#include <screen.h>
30
30
#include <sd.h>
31
31
#include <securechip/securechip.h>
32
+ #include <system.h>
32
33
#include <ui/components/confirm.h>
33
34
#include <ui/components/confirm_transaction.h>
34
35
#include <ui/components/label.h>
51
52
#include <wally_core.h>
52
53
#include <wally_crypto.h>
53
54
#include <workflow/confirm.h>
54
- #include <workflow/reboot.h>
55
55
56
56
#if !defined(TESTING )
57
57
#include <hal_delay.h>
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include "reboot .h"
15
+ #include "system .h"
16
16
#include <memory/memory.h>
17
17
#include <screen.h>
18
18
#ifndef TESTING
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef _WORKFLOW_REBOOT_H_
16
- #define _WORKFLOW_REBOOT_H_
15
+ #ifndef _SYSTEM_H_
16
+ #define _SYSTEM_H_
17
17
18
18
/**
19
19
* Reboots the device.
You can’t perform that action at this time.
0 commit comments