forked from len0rd/rockbox
ifdef corrections
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6734 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
de1b915f79
commit
9a7ebfda30
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
#ifdef CONFIG_TUNER
|
||||
#include "fmradio.h"
|
||||
#endif
|
||||
#ifdef IRIVER_H100
|
||||
#ifdef HAVE_UDA1380
|
||||
#include "uda1380.h"
|
||||
#endif
|
||||
|
||||
|
@ -888,7 +888,7 @@ void shutdown_hw(void)
|
|||
sleep(HZ/10);
|
||||
|
||||
mp3_shutdown();
|
||||
#ifdef IRIVER_H100
|
||||
#ifdef HAVE_UDA1380
|
||||
uda1380_close();
|
||||
#endif
|
||||
#if CONFIG_KEYPAD == ONDIO_PAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue