summaryrefslogtreecommitdiff
path: root/firmware/export/rolo.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/rolo.h')
-rw-r--r--firmware/export/rolo.h4
1 files changed, 4 insertions, 0 deletions
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