Question
How does the disk_write function in diskio.c work
Posted on March 23, 2018 at 01:13
As 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 = disk.drv[pdrv]->disk_write(disk.lun[pdrv], buff, sector, count);