summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-16 23:47:03 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-16 23:47:03 +0000
commit2c7b127dd77564a8ca8c384d7d1abed441efe110 (patch)
tree95353f6db63c676890176f26fb9f452e8050d547 /apps/recorder/icons.h
parentc0351ca6338075461565b7ba14b01ba3cabb3f1e (diff)
downloadrockbox-2c7b127dd77564a8ca8c384d7d1abed441efe110.tar.gz
rockbox-2c7b127dd77564a8ca8c384d7d1abed441efe110.zip
Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12811 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 7b1d69de1b..7682d44733 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -177,7 +177,7 @@ extern void statusbar_icon_play_state(int state);
177extern void statusbar_icon_play_mode(int mode); 177extern void statusbar_icon_play_mode(int mode);
178extern void statusbar_icon_shuffle(void); 178extern void statusbar_icon_shuffle(void);
179extern void statusbar_icon_lock(void); 179extern void statusbar_icon_lock(void);
180#ifdef CONFIG_RTC 180#if CONFIG_RTC
181extern void statusbar_time(int hour, int minute); 181extern void statusbar_time(int hour, int minute);
182#endif 182#endif
183#if (CONFIG_LED == LED_VIRTUAL) 183#if (CONFIG_LED == LED_VIRTUAL)