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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/rolo.h b/firmware/export/rolo.h
index b95a27e879..7b3d60f6e6 100644
--- a/firmware/export/rolo.h
+++ b/firmware/export/rolo.h
@@ -19,7 +19,7 @@
19#ifndef __ROLO_H__ 19#ifndef __ROLO_H__
20#define __ROLO_H__ 20#define __ROLO_H__
21 21
22void rolo_load(char* file); 22int rolo_load(const char* file);
23 23
24#ifdef CPU_PP 24#ifdef CPU_PP
25void rolo_restart_cop(void); 25void rolo_restart_cop(void);