fatfs icon indicating copy to clipboard operation
fatfs copied to clipboard

Compilation warnings because functions are not declared in diskio.c

Open sebastianene07 opened this issue 5 years ago • 0 comments

Building the FatFS library generates a bunch of errors because there are implicit declarations for some methods: I propose adding the following patch that fixes these issues:

https://pastebin.com/sU8sap42

sebastianene07 avatar Sep 24 '19 06:09 sebastianene07