A tiny change to pcf50506-x5.c. Don't know why Recorder-8MB build would have been affected by the last change. It doesn't add anything to it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10912 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2006-09-10 02:58:35 +00:00
parent 3d2e10bcbd
commit 5ffd3aeb4d

View file

@ -177,7 +177,8 @@ void pcf50606_init(void)
and_l(~0x00000001, &GPIO_ENABLE);
or_l(0x00000001, &GPIO_FUNCTION);
or_l(0x00000100, &GPIO_INT_EN); /* GPI0 H-L */
INTPRI5 |= (6 << 0); /* INT32 - Priority 6 */
and_l(~0xF, &INTPRI5); /* INT32 - Priority 6 */
or_l(0x6, &INTPRI5);
pcf50606_write(0x39, 0x00); /* GPOOD0 = green led OFF */
pcf50606_write(0x3a, 0x00); /* GPOOD1 = red led OFF */