ExtremeElectronics / RC2040

Z80 CP/M80 emulation of an RC2014 using the RP2040 (PI PICO) processor
GNU General Public License v3.0
41 stars 7 forks source link

Update ff.c to get rid of the compile-warning #26

Open guidol70 opened 1 year ago

guidol70 commented 1 year ago

Hi Derek, in the project https://github.com/Isysxp/Pico_1140 we found while comparing ff.c from ff14a and ff15 (ff15 is now the actual one on github at https://github.com/carlk3/no-OS-FatFS-SD-SPI-RPi-Pico that this small change prevents the compile-warning for ff.c If you want to use ff14a then this change may be good for you (its like a backport correction from ff15) or yu can try to use the newer ff15. At the project https://github.com/Isysxp/Pico_1140 we will test the ff15 in the next days.