diff options
author | Amaury Pouly <pamaury@rockbox.org> | 2011-11-17 23:10:22 +0000 |
---|---|---|
committer | Amaury Pouly <pamaury@rockbox.org> | 2011-11-17 23:10:22 +0000 |
commit | 852b68c74aab63915ba9c9c7378cf33e3277e6bb (patch) | |
tree | d346395ea47a2bb34f57658a611bf61c1edec801 /apps/radio | |
parent | 9cb91c006247b8a326d52f7f1c2e45ca2238c614 (diff) |
imx233/fuze+: set drive strength of tuner chip enable pin, enable backlight on panic
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31026 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/radio')
-rw-r--r-- | apps/radio/radio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/radio/radio.c b/apps/radio/radio.c index 126ea93390..d1a3e588d8 100644 --- a/apps/radio/radio.c +++ b/apps/radio/radio.c @@ -413,7 +413,6 @@ void radio_screen(void) #endif /* CONFIG_CODEC != SWCODEC */ #endif /* ndef SIMULATOR */ - /* turn on radio */ #if CONFIG_CODEC == SWCODEC /* This should be done before touching audio settings */ |