Skip to content

Commit c899b16

Browse files
jgriffithsJamie C. Driver
authored andcommitted
dashboard: include esp_system.h for sep_restart()
1 parent f98e05b commit c899b16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/process/dashboard.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "usbhmsc/usbmode.h"
3030
#endif
3131
#include <esp_app_desc.h>
32+
#include <esp_system.h>
3233

3334
// A genuine production v2 Jade may be awaiting mandatory attestation data
3435
#if defined(CONFIG_BOARD_TYPE_JADE_V2) && defined(CONFIG_SECURE_BOOT) \

0 commit comments

Comments
 (0)