Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
The USB_MSD.h header file mentions
This is out of sync with the actual definitions in the header: virtual int disk_read(uint8_t * data, uint64_t block) virtual int disk_write(const uint8_t * data, uint64_t block)
(i.e., the block is now an uint64_t, no longer just an int.)
Best, m.