arduino-STM32L4 icon indicating copy to clipboard operation
arduino-STM32L4 copied to clipboard

seek(0) doesn't work

Open profezzorn opened this issue 7 years ago • 1 comments
trafficstars

Because SeekMode enum doesn't match the defines in dosfs_api.h

Suggested fix:

enum SeekMode { SeekSet = F_SEEK_SET, SeekCur = F_SEEK_CUR, SeekEnd = F_SEEK_END };

profezzorn avatar Feb 02 '18 06:02 profezzorn

Got an update coming that will adjust dosfs_api.h properly.

GrumpyOldPizza avatar Feb 05 '18 04:02 GrumpyOldPizza