Rayman,
Drop this in as updated driver. It's not any bug fixes or added features, although it does now support the new block devices interface, it's mostly just a tidy up and a little less trigger happy on recalibrating. I think it should work fine with the older Flexprop versions.
EDIT: Err, there is one line you'll need to change: Replace #include "../fatfs/diskio.h" with #include "diskio.h"
EDIT2: I've removed one diagnostic line that wasn't still meant to be there.
Comments
Rayman,
Drop this in as updated driver. It's not any bug fixes or added features, although it does now support the new block devices interface, it's mostly just a tidy up and a little less trigger happy on recalibrating. I think it should work fine with the older Flexprop versions.
EDIT: Err, there is one line you'll need to change: Replace
#include "../fatfs/diskio.h"
with#include "diskio.h"
EDIT2: I've removed one diagnostic line that wasn't still meant to be there.