1
0
Fork 0
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:
Marcin Bukat 2010-10-18 13:12:44 +00:00
parent 59cc0a9a14
commit df867fa44c

View file

@ -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