oyama / pico-vfs

Thin virtual file system for Raspberry Pi Pico
Other
5 stars 0 forks source link

Remap O_APPEND to f_open in FatFs #39

Closed oyama closed 3 weeks ago

oyama commented 3 weeks ago

Fixes an issue in FatFs where open(...) , O_APPEND) is not passed as intended. This problem does not occur with fopen, only with open.