summaryrefslogtreecommitdiff
path: root/apps/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/status.h')
-rw-r--r--apps/status.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/status.h b/apps/status.h
index d908face85..74118f303b 100644
--- a/apps/status.h
+++ b/apps/status.h
@@ -38,4 +38,11 @@ bool statusbar(bool state);
38#endif 38#endif
39void status_draw(void); 39void status_draw(void);
40 40
41#if defined(HAVE_LCD_CHARCELLS)
42void status_set_record(bool b);
43void status_set_audio(bool b);
44void status_set_param(bool b);
45void status_set_usb(bool b);
46#endif
47
41#endif 48#endif