summaryrefslogtreecommitdiff
path: root/apps/plugins/test_fps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_fps.c')
-rw-r--r--apps/plugins/test_fps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c
index 46a94a91ec..0852e0a9fb 100644
--- a/apps/plugins/test_fps.c
+++ b/apps/plugins/test_fps.c
@@ -39,7 +39,7 @@ PLUGIN_IRAM_DECLARE
39 39
40PLUGIN_HEADER 40PLUGIN_HEADER
41 41
42static struct plugin_api* rb; 42static const struct plugin_api* rb;
43 43
44/* Screen logging */ 44/* Screen logging */
45static int line; 45static int line;
@@ -334,7 +334,7 @@ static void time_greyscale(void)
334#endif 334#endif
335 335
336/* plugin entry point */ 336/* plugin entry point */
337enum plugin_status plugin_start(struct plugin_api* api, void* parameter) 337enum plugin_status plugin_start(const struct plugin_api* api, const void* parameter)
338{ 338{
339#ifndef SIMULATOR 339#ifndef SIMULATOR
340 char str[32]; 340 char str[32];