summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h2
-rw-r--r--firmware/export/rolo.h4
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1a3e0be325..ac2ee688e4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -280,6 +280,8 @@
280 280
281#define NUM_CORES 1 281#define NUM_CORES 1
282#define CURRENT_CORE 0 282#define CURRENT_CORE 0
283
284#define COP_REBOOT 0x00000001
283#else 285#else
284#define NUM_CORES 1 286#define NUM_CORES 1
285#define CURRENT_CORE 0 287#define CURRENT_CORE 0
diff --git a/firmware/export/rolo.h b/firmware/export/rolo.h
index e2dd814c1a..b95a27e879 100644
--- a/firmware/export/rolo.h
+++ b/firmware/export/rolo.h
@@ -21,4 +21,8 @@
21 21
22void rolo_load(char* file); 22void rolo_load(char* file);
23 23
24#ifdef CPU_PP
25void rolo_restart_cop(void);
26#endif
27
24#endif 28#endif