Hi Matt, I've notived some missing code in the very last version of sd_card.jal (rev 2656), see the following diff: http://code.google.com/p/jallib/source/diff?spec=svn2656&old=2656&r=2631&format=side&path=%2Ftrunk%2Finclude%2Fexternal%2Fstorage%2Fsd_card%2Fsd_card.jal
<http://code.google.com/p/jallib/source/diff?spec=svn2656&old=2656&r=2631&format=side&path=%2Ftrunk%2Finclude%2Fexternal%2Fstorage%2Fsd_card%2Fsd_card.jal>I remember having added "SD_BYTE_PER_SECTOR = 512", as you can see, but it's back on hard-coded 512 in the last version. Also notice the missing MSSP1 default aliases. And the following test won't work anymore: -- fix a compatibility issue. compiler bug has been reported.20-- fix a compatibility issue. compiler bug has been reported. if jal_build == 20110306 then I also remember having changed this to "if jal_build >= 20110306", but can't find any traces in SVN. I may not have committed this. Note current version won't do what you expect, as 2.4o final is released (jal_build=20110508), and you'll use 2.4n code with current test. Can you give a look ? It's very weird because it's as though you didn't update SVN, change sd_card.jal, and commit it back to SVN. Which should produce an error claiming your version isn't up-to-date. I can remember the exact same behavior while we were refactoring GLCD libs, but as that time I thought I was becoming insane... Cheers, Seb -- Sébastien Lelong -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
