summaryrefslogtreecommitdiff
path: root/apps/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/status.c')
-rw-r--r--apps/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c
index 248f9b9e1f..03badc5b75 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -267,7 +267,7 @@ void status_draw(bool force_redraw)
267 267
268} 268}
269 269
270#ifdef HAVE_LCD_BITMAP 270#if defined(HAVE_LCD_BITMAP) && (CONFIG_KEYPAD == RECORDER_PAD)
271static void draw_buttonbar_btn(int num, const char* caption) 271static void draw_buttonbar_btn(int num, const char* caption)
272{ 272{
273 int xpos, ypos, button_width, text_width; 273 int xpos, ypos, button_width, text_width;