forked from len0rd/rockbox
MPIO HD200 - fix stupid typo introduced in r28270 which forced device hard shutdown during boot.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28304 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
59cc0a9a14
commit
df867fa44c
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ void audiohw_preinit(void)
|
|||
/* control headphone output
|
||||
* disabled on startup
|
||||
*/
|
||||
and_l((1<<25),&GPIO1_OUT);
|
||||
and_l(~(1<<25),&GPIO1_OUT);
|
||||
or_l((1<<25), &GPIO1_ENABLE);
|
||||
or_l((1<<25), &GPIO1_FUNCTION);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue