forked from len0rd/rockbox
typos fixed...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7287 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
14e80671af
commit
4a271b6bc9
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
#endif
|
||||
#ifdef HAVE_UDA1380
|
||||
#include "uda1380.h"
|
||||
#eilf HAVE_TLV320
|
||||
#elif HAVE_TLV320
|
||||
#include "tlv320.h"
|
||||
#endif
|
||||
#include "logf.h"
|
||||
|
@ -905,7 +905,7 @@ void shutdown_hw(void)
|
|||
mp3_shutdown();
|
||||
#ifdef HAVE_UDA1380
|
||||
uda1380_close();
|
||||
#eilf HAVE_TLV320
|
||||
#elif HAVE_TLV320
|
||||
tlv320_close();
|
||||
#endif
|
||||
#if CONFIG_KEYPAD == ONDIO_PAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue