Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_card_read(), _card_write() (memcard.h) #3

Open
GoogleCodeExporter opened this issue Apr 19, 2015 · 0 comments
Open

_card_read(), _card_write() (memcard.h) #3

GoogleCodeExporter opened this issue Apr 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

wrapper functions for _card_read() and _card_write() are not properly 
implemented.
They should be:
long _card_read(long chan, long block, unsigned char *buf);
long _card_write(long chan, long block, unsigned char *buf);

Original issue reported on code.google.com by [email protected] on 13 Jan 2011 at 6:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant