Talk:CODEC SPI

From DSiBrew
Jump to navigation Jump to search

I think there is a problem in the number of arguments :

in CDC_ChangePage() :

       CDC_WriteRegister(0x7F, page);

and:

       void CDC_WriteRegister(u32 page, u32 reg, u32 val);

--Ludo6431 10:30, 20 March 2010 (UTC)

Fixed --neimod