How does the disk_write function in diskio.c work
Posted on March 23, 2018 at 01:13As I am debugging code I ran into a problem in f_close which leads me to the disk_write function in diskio.c. It looks like this function calls itself? I am stuggling to understand just what this line does:res = di...