Skip to content

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

@GoogleCodeExporter

Description

@GoogleCodeExporter
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 shendo.e...@gmail.com on 13 Jan 2011 at 6:21

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions