summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index d9d743a26c..48e9a167ee 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -63,7 +63,7 @@ enum icons_7x8 {
63extern const unsigned char bitmap_icons_5x8[1][5]; 63extern const unsigned char bitmap_icons_5x8[1][5];
64extern const unsigned char bitmap_icons_6x8[LastIcon][6]; 64extern const unsigned char bitmap_icons_6x8[LastIcon][6];
65extern const unsigned char bitmap_icons_7x8[Icon_Last][7]; 65extern const unsigned char bitmap_icons_7x8[Icon_Last][7];
66#ifndef HAVE_LED 66#if CONFIG_LED == LED_VIRTUAL
67extern const unsigned char bitmap_icon_disk[]; 67extern const unsigned char bitmap_icon_disk[];
68#endif 68#endif
69 69
@@ -106,7 +106,7 @@ extern void statusbar_icon_lock(void);
106#ifdef HAVE_RTC 106#ifdef HAVE_RTC
107extern void statusbar_time(int hour, int minute); 107extern void statusbar_time(int hour, int minute);
108#endif 108#endif
109#ifndef HAVE_LED 109#if CONFIG_LED == LED_VIRTUAL
110extern void statusbar_led(void); 110extern void statusbar_led(void);
111#endif 111#endif
112 112